Nothing
#' Reactable.extras JS and CSS dependencies
#'
#' @return HTML dependency object.
#'
#' @export
reactable_extras_dependency <- function() {
htmltools::htmlDependency(
name = "reactable.extras",
version = "0.0.1",
src = list(file = "assets"),
package = "reactable.extras",
script = c(
"js/reactable-extras.js",
"js/reactable-server.js",
"js/popper.js",
"js/tippy.js"
),
stylesheet = c(
"css/reactable-server.css",
"css/tippy-light.css",
"css/tippy-light-border.css",
"css/tippy-material.css",
"css/tippy-translucent.css"
)
)
}
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.