fcds_import() adds recode_report to the attributes of the imported data. This should be documented somewhere or exposed via a helper function. Or the report should be checked at the end of the import and mismatches in number of missing before/after should be reported.
fcds_load() %>% attributes() %>% .$recode_report
fcds_import()addsrecode_reportto the attributes of the imported data. This should be documented somewhere or exposed via a helper function. Or the report should be checked at the end of the import and mismatches in number of missing before/after should be reported.