gf_saveRDS | R Documentation |
Save and read encrypted RDS
gy_saveRDS(
object,
file = stop("file must be specified (.rdg file extension is recommended)"),
user = character(0),
local_user = TRUE,
comment = "",
overwrite = FALSE,
ascii = FALSE,
funs = list(type = "identity"),
...
)
gy_readRDS(
file = stop("file must be specified (.rdg file extension is recommended)"),
run_custom = TRUE
)
overwrite |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.