Nothing
# Utility function to check if the name is valid and add folder name to it
# @noRd
check_convert_name <- function(folder, name) {
checkmate::assert_string(name)
name <- paste(folder, name, sep = "/")
}
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.