An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

22 lines
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)