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.

24 wiersze
580B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/analyze.R
  3. \name{word_usage_by_date}
  4. \alias{word_usage_by_date}
  5. \title{Counts how many talks do match a given pattern and summarises by date}
  6. \usage{
  7. word_usage_by_date(res, patterns, name, tidy = F)
  8. }
  9. \arguments{
  10. \item{res}{tibble}
  11. \item{patterns}{char list}
  12. \item{name}{char ? what is name needed for??}
  13. \item{tidy}{bool, default F
  14. shorter summary if tidy=F
  15. if tidy is set to T, the resulting tibble is tidy}
  16. }
  17. \description{
  18. Counts how many talks do match a given pattern and summarises by date
  19. }