Nothing
name_output_list <- function(ds_list) {
block_names <- unlist(lapply(ds_list, function(x) x$block_type_name))
names(ds_list) <- block_names
return(ds_list)
}
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.