kuadrat / growR

R implementation of the grassland model ModVege.
https://kuadrat.github.io/growR/
Other
2 stars 0 forks source link

Store ModvegeSite in binary format #30

Open kuadrat opened 1 year ago

kuadrat commented 1 year ago

Since the ModvegeSite objects really contain all the information that was used when running them plus certain convenience functions, it might make sense to store them as rds instead of converting to txt, which has to be subsequently read back in order to inspect the results.

Instances where simulation results are stored should offer the option for binary storage.

~However, is this even possible with R6 classes?~ This is indeed possible.

Places to consider: