An R package to analyze the parliamentary records of the 19th legislative period of the Bundestag, the German parliament.
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

22 строки
594B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/analyze.R
  3. \name{join_speaker}
  4. \alias{join_speaker}
  5. \title{add information from speaker table to a tibble containing speaker id}
  6. \usage{
  7. join_speaker(tb, res, fraction_only = F)
  8. }
  9. \arguments{
  10. \item{tb}{tibble}
  11. \item{res}{list of tibbles}
  12. \item{fraction_only}{if TRUE, only select fraction from the resulting joined tibble
  13. left join speaker information from res$speaker into tb.
  14. if fraction_only, drop all columns but fraction}
  15. }
  16. \description{
  17. add information from speaker table to a tibble containing speaker id
  18. }