Nothing
#' @importFrom assertthat are_equal on_failure assert_that
.is_hc_theme <- function(hc_theme) {
are_equal(class(hc_theme), "hc_theme")
}
assertthat::on_failure(.is_hc_theme) <- function(call, env) {
"The theme used is not from hc_theme class"
}
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.