write_parquet {radiant.data} | R Documentation |
Workaround to store description file together with a parquet data file
write_parquet(x, file, description = attr(x, "description"))
x |
A data frame to write to disk |
file |
Path to store parquet file |
description |
Data description |