Skip to contents

Reads Multiple EMSHOFF 91 ODS Files into List

Usage

read_multiple_emshoff91_ods(emshoff91_import)

Arguments

emshoff91_import

a tibble as retrieved by create_emshoff91_import

Value

imports mulitple ods files into a list of tibbles

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)
}