Technomics / readflexfile

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

Error with normalize_units_or_sublots() not returning a flexfile #55

Closed ahjames11 closed 1 year ago

ahjames11 commented 1 year ago

The purrr::map() function returns a list. This is just that, a list, and strips the S3 attribute for flexfile. As such, future pipeline steps will fail.

Need to replace the four instances of map_at() with modify_at() to preserve the S3,