Load the full set of meta and data tables. Generate and store export information in export_options.

read_tsExport_raw(
  data_dir,
  separator = ";",
  decimal = ",",
  encoding = "UTF-8",
  quote_escape_detect = TRUE,
  escape_backslash = TRUE
)

Arguments

data_dir

String. Path with directory or zip file of the Transferstelle export.

separator

Character. CSV file column separator.

decimal

Character.

encoding

Character. Encoding

quote_escape_detect

Boolean.Should the function try to detect the escaping method used in the data file? If TRUE, the reading process might be slower.

escape_backslash

Boolean.Are Quotes in strings escaped by a backslash? (The default with (german) secuTrial Exports).

Value

tsExportdata Object containing a list of export data information and data.frames with all the data loaded from the Transferstelle export.