cordis_export.Rd
Export in parquet format to a destination directory
cordis_export(destdir, overwrite = FALSE)
the directory where the parquet files should be written
boolean to indicate overwriting existing dir, default FALSE
invisible TRUE on success
also takes care of shutting down the connection
if (FALSE) { # \dontrun{ cordis_export("~/mycordisexport") } # }