Technomics / readflexfile

An R package to read the Flex File data format.
GNU General Public License v3.0
2 stars 1 forks source link

Add a generic flatten() function #16

Closed ahjames11 closed 2 years ago

ahjames11 commented 3 years ago

As another benefit of the S3 classes, we can now get rid of flatten_ff() and flatten_qdr() and just have a single generic function that dispatches. A benefit is that this generic could be used throughout the {costverse} to flatten any type of data.

What should this be called? Should it live in {costmisc}? Leaning towards costmisc::flatten_data(). This would impact the offline readevm work.

Related to #15.

ahjames11 commented 2 years ago

Moved into 0.6.3 of costmisc