An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

21 lignes
468B

  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{Word usage summarised by date}
  6. \usage{
  7. word_usage_by_date(res, patterns, name, tidy = F)
  8. }
  9. \arguments{
  10. \item{res}{List of Tibbles to be analysed.}
  11. \item{patterns}{Words to look up.}
  12. \item{name}{?}
  13. \item{tidy}{default is FALSE.}
  14. }
  15. \description{
  16. Counts how many talks do match a given pattern and summarises by date.
  17. }