create_emshoff91_import | R Documentation |
Create EMSHOFF91 Import Data Frame
create_emshoff91_import(
ods_dir,
files_to_ignore = c("cl25", "clliste", "rupelauf", "salzlast")
)
ods_dir |
directory to ".ods" files created manually by importing original ".wq1" files into LibreOffice 7.0 on Ubuntu with encoding (Western Europe (DOS/OS2-437/US)) and exporting to ".ods" format |
files_to_ignore |
tidied names of files to ignore due to complex data input structure not yet covered by importer (default: c("cl25", "clliste", "gwnguete", "rupelauf", "salzlast")) |
data frame with columns "ods_paths" (full paths to ".ods" files), "ods_files" (their "basenames") and "ods_names_clean" (tidied names used as identifier)
## Not run:
ods_dir <- "<replace-with-path-to-files>/emshoff91/converted_ods"
emshoff91_import <- create_emshoff91_import(ods_dir)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.