An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

21 行
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)