An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

21 wiersze
369B

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