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.

22 line
400B

  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(read_from_csv_or_fetch)
  10. export(repair)
  11. export(word_usage_by_date)
  12. export(write_to_csv)
  13. import(dplyr)
  14. import(pbapply)
  15. import(purrr)
  16. import(stringr)
  17. import(tibble)
  18. import(tidyr)
  19. import(utils)
  20. import(xml2)