Writes the current offline snapshot (built by retraction_sync()) to Parquet
so it can be queried at scale with the arrow package, e.g.
arrow::open_dataset(path).
Arguments
- path
Output path. Defaults to
snapshot.parquetin the cache directory (retraction_cache_dir()).
Examples
if (FALSE) { # \dontrun{
retraction_sync()
p <- retraction_snapshot_parquet()
arrow::open_dataset(p)
} # }
