Nothing
has_token <- function(username) {
user_files <- list.files(config_dir())
return(
length(user_files) && paste0(username, ".dcf") %in% user_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.