candidate_fed()
downloads and aggregates data on the candidates' background who ran in
federal elections in Brazil. The function returns a data.frame
where each observation
corresponds to a candidate.
candidate_fed(year)
integer
). For this function, only the years 1998, 2002, 2006, 2010, and 2014
are available.candidate_fed()
returns a data.frame
with the following variables:## Not run:
# df <- candidate_fed(2002)
# ## End(Not run)
Run the code above in your browser using DataLab