Export in parquet format to a destination directory

cordis_export(destdir, overwrite = FALSE)

Arguments

destdir

the directory where the parquet files should be written

overwrite

boolean to indicate overwriting existing dir, default FALSE

Value

invisible TRUE on success

Details

also takes care of shutting down the connection

Examples

if (FALSE) { # \dontrun{
cordis_export("~/mycordisexport")
} # }