It would be useful to make inspect_raw_data work from the output of format_data, instead of on raw files. This way, only format_data would depend on the format of actual raw files, and all other functions can rely on a stable format output by format_data.
It would be useful to make
inspect_raw_data
work from the output offormat_data
, instead of on raw files. This way, onlyformat_data
would depend on the format of actual raw files, and all other functions can rely on a stable format output byformat_data
.