Nothing
save_fst <- function(object, path) {
if (!file.exists(dirname(path))) {
dir.create(dirname(path))
}
fst::write_fst(object, path)
path
}
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.