save_data: save_data

Description Usage Arguments

View source: R/utils.R

Description

wrapper to save).

Usage

1
2
3
4
5
6
7
8
save_data(
  ...,
  path,
  overwrite = FALSE,
  compress = "xz",
  compression_level = 9,
  version = 2
)

Arguments

...

the (unquoted) set of object to save

path

the path in which to save the data

overwrite

(lgl, default = FALSE) if TRUE and files with the same names already exist, they were overwritten

compress

the compression algoritm (default = xz)

compression_level

the compresson level (default = 9)

version

the workspace format version to use (see save).


CorradoLanera/devubesp documentation built on May 22, 2020, 7:23 p.m.