An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

25 líneas
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. }