gf_save | R Documentation |
Save and load encrypted files
gf_save(
...,
list = character(),
file = stop("file must be specified (.rdg file extension is recommended)"),
user = character(0),
local_user = TRUE,
ascii = FALSE,
version = NULL,
compress = "xz",
overwrite = FALSE
)
gf_load(
file = stop("file must be specified (.rdg file extension is recommended)")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.