gy_saveRDS: Save and read encrypted RDS

View source: R/gy_saveRDS.R

gf_saveRDSR Documentation

Save and read encrypted RDS

Description

Save and read encrypted RDS

Usage

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
)

Arguments

overwrite

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