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

20 строки
348B

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