write_parquet {radiant.data} | R Documentation |
Workaround to store description file together with a parquet data file
Description
Workaround to store description file together with a parquet data file
Usage
write_parquet(x, file, description = attr(x, "description"))
Arguments
x |
A data frame to write to disk |
file |
Path to store parquet file |
description |
Data description |
[Package radiant.data version 1.6.6 Index]