Reads Multiple EMSHOFF 91 ODS Files into List
Arguments
- emshoff91_import
a tibble as retrieved by
create_emshoff91_import
Examples
if (FALSE) {
ods_dir <- "<replace-with-path-to-files>/emshoff91/emshoff91/converted_ods"
ods_dir <- "C:/users/mrustl/Downloads/emshoff91/emshoff91/converted_ods"
emshoff91_import <- create_emshoff91_import(ods_dir)
read_multiple_emshoff91_ods(emshoff91_import)
}