Write data to a file, the function chosen to write the file is dependant on the file path extension.
.rdsusesreadr::write_rds()..parquetusesarrow::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.