PredictiveEcology / Biomass_speciesParameters

Other
1 stars 4 forks source link

disk.frame soft-deprecated; use arrow #39

Open achubaty opened 4 months ago

achubaty commented 4 months ago

disk.frame has been soft-deprecated and users nudged to use arrow instead. there is even a helper function disk.frame_to_parquet() to assist with the transition.

However, one of the nice features of disk.frame is it's ability to use data.table syntax rather than dplyr, which is used by arrow.

Currently, disk.frame is only used for cohortDataFactorial and speciesTableFactorial.