The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
The goal of rtabulator is to make it a breeze creating beautiful and interactive tables in markdown documents and Shiny application using Tabulator JS.
To learn more about rtabulator, see the documentation at https://eodagmbh.github.io/rtabulator/.
Bindings for Python are available at https://github.com/eodaGmbH/py-tabulator.
You can install the released version of rtabulator from CRAN with:
install.packages("rtabulator")
You can install the development version of rtabulator like so:
::install_github("eodaGmbH/rtabulator") remotes
library(rtabulator)
tabulator(mtcars)
# Set theme
tabulator(iris, theme = "midnight")
# Format columns
tabulator(airquality) |>
set_formatter_progress(
column = "Temp",
legend = TRUE,
legend_align = "left"
)
# Spreadsheet mode
tabulator(data = list(), spreadsheet = TRUE)
::runGitHub("eodaGmbH/rtabulator", subdir = "examples/shiny/titanic") shiny
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.