Skip to contents

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 if doConversion is TRUE

country

one of "de" (German) or "en" (English) according to the format numeric strings are given in

doConversion

logical. If TRUE, the function kwb.read:::.doConversion is called on the result

dbg

logical. If TRUE, debug messages are shown.

oldversion

passed to kwb.read:::.doConversion if doConversion is TRUE