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.

25 wiersze
558B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/repair.R
  3. \name{lookup_speaker}
  4. \alias{lookup_speaker}
  5. \title{Lookup name in speakers table}
  6. \usage{
  7. lookup_speaker(tb, speaker, name_variable)
  8. }
  9. \arguments{
  10. \item{tb}{tibble}
  11. \item{speaker}{tibble}
  12. \item{name_variable}{name
  13. Tries to match the name_variable column with speaker names
  14. returns a lookup table}
  15. }
  16. \description{
  17. Tries to find the correct speaker id given a name.
  18. This is sufficient since every prename lastname combination in the bundestag is
  19. unique (luckily :D)
  20. }