Download data on local candidates' personal financial disclosures
Source:R/personal_finances_local.R
personal_finances_local.Rd
personal_finances_local()
downloads and aggregates the data on local candidates' personal financial disclosures. The function returns a data.frame
where each observation corresponds to a candidate's property.
Arguments
- year
Election year. For this function, only the years 1996, 2000, 2004, 2008, 2012, 2016, 2020, and 2024 are available.
- uf
Federation Unit acronym (
character vector
).- encoding
Data original encoding (defaults to 'Latin-1'). This can be changed to avoid errors when
ascii = TRUE
.- temp
(
logical
). IfTRUE
, keep the temporary compressed file for future use (recommended)