stephenholzman / tidyusafec

An R wrapper for the OpenFEC API that features tidy cleaning.
https://stephenholzman.github.io/tidyusafec/
Other
7 stars 0 forks source link

Move to purrr #14

Open stephenholzman opened 6 years ago

stephenholzman commented 6 years ago

I have for loops in some functions. Some might need to stay with pagination, but things that can be parallelized should be eventually. For example, get_candidate_totals.

Others require further research, for example get_election_summary's use of rowwise().

stephenholzman commented 6 years ago

Warnings currently coming up about purrr::set_names conflicting with magrittr::set_names.