Technomics / readflexfile

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

Json update #13

Closed ahjames11 closed 3 years ago

ahjames11 commented 3 years ago

Updates to read_ff(). Changes the parser from rio to just our own unzip and load iteration with jsonlite.

Will also coerce the data now to the data type from the data model (#11).