An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

17 рядки
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)