Nothing
get_core_args <- function(twig_obj, all_args) {
core_non_event_args <- get_core_non_event_args(all_args, twig_type = class(twig_obj))
event_args <- get_event_args(twig_obj, all_args)
core_args <- c(core_non_event_args, event_args)
return(core_args)
}
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.