An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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