Nothing
read_tabulator_theme <- function(
theme = c("midnight", "modern", "simple", "site", "bootstrap3", "bootstrap4", "bootstrap5", "bulma", "materialize", "semanticui")) {
theme <- match.arg(theme)
file_name <- system.file(
glue::glue("htmlwidgets/libs/tabulator/tabulator_{theme}.min.css"),
package = "rtabulator"
)
return(readr::read_file(file_name))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.