An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
279B

  1. # Generated by roxygen2: do not edit by hand
  2. export(fetch_all)
  3. export(find_word)
  4. export(join_redner)
  5. export(read_all)
  6. export(read_from_csv)
  7. export(repair)
  8. export(write_to_csv)
  9. import(dplyr)
  10. import(pbapply)
  11. import(purrr)
  12. import(stringr)
  13. import(tibble)
  14. import(utils)
  15. import(xml2)