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.

25 lignes
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. }