use_extdata(..., pkg = ".", compress = "xz", overwrite = FALSE, env = parent.frame())use_extdata_(..., .dots, pkg = ".", compress = "xz", overwrite = FALSE, env = parent.frame())
name or name = value formatas.package for more information."gzip" compression, or one of "gzip", "bzip2" or
"xz" to indicate the type of compression to be used.Call this function to save an object as .rds file in the
inst/extdata directory for later retrieval via read_rds
or auto_extdata.