create_emshoff91_import: Create EMSHOFF91 Import Data Frame

View source: R/emshoff91.R

create_emshoff91_importR Documentation

Create EMSHOFF91 Import Data Frame

Description

Create EMSHOFF91 Import Data Frame

Usage

create_emshoff91_import(
  ods_dir,
  files_to_ignore = c("cl25", "clliste", "rupelauf", "salzlast")
)

Arguments

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

Value

data frame with columns "ods_paths" (full paths to ".ods" files), "ods_files" (their "basenames") and "ods_names_clean" (tidied names used as identifier)

Examples

## Not run: 
ods_dir <- "<replace-with-path-to-files>/emshoff91/converted_ods"
emshoff91_import <- create_emshoff91_import(ods_dir)

## End(Not run)

KWB-R/kwb.geosalz documentation built on March 28, 2024, 9:05 p.m.