Nothing
check_paths <- function(refs,
paths,
verbose=TRUE){
if(!is.null(refs)){
if(length((paths))!=length(refs)){
messager("When refs is provided, paths must have the same length",
"(or be set to NULL).","Setting paths=NULL.",v=verbose)
paths <- list(NULL)
}
}
return(paths)
}
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.