Read Senates' Grab Sample File
Source:R/senates_grab_sample_data_new.R
read_SenatesGrabSampleCSV_wide.Rd
Read Senates' grab sample file ('wide' format). For a format description see
hsGetGsData2
Usage
read_SenatesGrabSampleCSV_wide(
csv,
sep,
dateFormat,
country = "de",
doConversion = TRUE,
dbg = TRUE,
oldversion = FALSE
)
Arguments
- csv
path to CSV file
- sep
column separator
- dateFormat
date format string, passed to
kwb.read:::.doConversion
ifdoConversion
isTRUE
- country
one of "de" (German) or "en" (English) according to the format numeric strings are given in
- doConversion
logical. If
TRUE
, the functionkwb.read:::.doConversion
is called on the result- dbg
logical. If
TRUE
, debug messages are shown.- oldversion
passed to
kwb.read:::.doConversion
ifdoConversion
isTRUE