gf_save: Save and load encrypted files

View source: R/gf_save.R

gf_saveR Documentation

Save and load encrypted files

Description

Save and load encrypted files

Usage

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)")
)

ku-awdc/GOLDFINGER documentation built on Feb. 18, 2025, 4:44 p.m.