An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

16 lines
427B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/parse.R
  3. \name{read_from_csv_or_fetch}
  4. \alias{read_from_csv_or_fetch}
  5. \title{Read records from csv or fetch}
  6. \usage{
  7. read_from_csv_or_fetch(path = "inst/")
  8. }
  9. \arguments{
  10. \item{path}{base directory where csv files are expected under path/csv
  11. and possibly records fetched and stored under path/records}
  12. }
  13. \description{
  14. Read records from csv or fetch
  15. }