An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

33 Zeilen
750B

  1. Package: hateimparlament
  2. Title: Protocolanalysis of German Bundestag
  3. Version: 0.0.0.9000
  4. Authors@R:
  5. person(given = "First",
  6. family = "Last",
  7. role = c("aut", "cre"),
  8. email = "first.last@example.com",
  9. comment = c(ORCID = "YOUR-ORCID-ID"))
  10. Description: Downloads, parses and analyses protocols of the current German parliament (Bundestag).
  11. License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
  12. license
  13. Encoding: UTF-8
  14. LazyData: true
  15. Roxygen: list(markdown = TRUE)
  16. RoxygenNote: 7.1.1
  17. Imports:
  18. dplyr,
  19. lubridate,
  20. pbapply,
  21. purrr,
  22. rlang,
  23. rvest,
  24. stringr,
  25. tibble,
  26. tidyr,
  27. xml2
  28. Suggests:
  29. rmarkdown,
  30. knitr,
  31. ggplot2
  32. VignetteBuilder: knitr