Write data to a file, the function chosen to write the file is dependant on the file path extension.
.rds
usesreadr::write_rds()
..parquet
usesarrow::write_parquet()
.
Value
the data (invisibly) as a tibble.
Write data to a file, the function chosen to write the file is dependant on the file path extension.
.rds
uses readr::write_rds()
.
.parquet
uses arrow::write_parquet()
.
the data (invisibly) as a tibble.