An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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