Nothing
#' find all metadata files
#'
get_all_metadata_files <- function()
{
prefix <- default_prefix()
filetype <- default_filetype()
pattern <- paste0("^", prefix, ".*\\.", filetype, "$")
files <- list.files(pattern = pattern, all.files = TRUE)
return(files)
}
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.