read_SenatesGrabSampleCSV_wide: Read Senates' Grab Sample File

View source: R/senates_grab_sample_data_new.R

read_SenatesGrabSampleCSV_wideR Documentation

Read Senates' Grab Sample File

Description

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


KWB-R/kwb.read documentation built on Oct. 2, 2023, 10:40 a.m.