Nothing
#' Mui Charts UI JS dependency
#'
#' @return HTML dependency object.
#'
#' @export
muiMaterialDependency <- function() {
htmltools::htmlDependency(
name = "muiMaterial",
version = "7.3.5",
package = "muiMaterial",
src = "www/muiMaterial",
script = "mui-material.js"
)
}
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.