R/read-tsExport.R
read_tsExport_raw.Rd
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
)
String. Path with directory or zip file of the Transferstelle export.
Character. CSV file column separator.
Character.
Character. Encoding
Boolean.Should the function try to detect the escaping method used in the data file? If TRUE, the reading process might be slower.
Boolean.Are Quotes in strings escaped by a backslash? (The default with (german) secuTrial Exports).
tsExportdata
Object containing a list of export data
information and data.frames with all the data loaded from the
Transferstelle export.