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 missing tables to the list on read_ff() #17

Closed ahjames11 closed 3 years ago

ahjames11 commented 3 years ago

Per the file spec, not all tables are required in the .zip. This can then require case logic in the internal scripts.

An easier and more complete approach is to add these tables back in, but with 0 rows. This way everything works correctly.

Implement through a function add_missing_spec_tables() and add into read_ff().