powered by
Downloads and tidies personal information on senators from the Federal Senate.
sen_senator( id = NULL, affiliations = TRUE, mandates = TRUE, absences = FALSE, ascii = TRUE )
integer. Unique id for a senator. A dataframe of these is available from sen_senator_list().
integer
sen_senator_list()
logical. If TRUE, the default, returns information on party affiliation.
logical
logical. If TRUE, the default, returns information on terms served by the senator.
logical. If TRUE, returns information on leaves of absence taken by the senator.
logical. If TRUE, certain strings are converted to ascii format.
A tibble, of classes tbl_df, tbl and data.frame.
tbl_df
tbl
data.frame
# NOT RUN { benedito <- sen_senator(id = 3823) aecio <- sen_senator(id = 391, absences = TRUE) juc <- sen_senator(73) # }
Run the code above in your browser using DataLab