View source: R/get_races_for_state.R
get_races_for_state | R Documentation |
Get all Candidates in a State for an Election Cycle
get_races_for_state(state, cycle = 2018)
state |
The State (US) of the election |
cycle |
Which election cycle (e.g. 2018) |
the result of the API call.
## Not run:
get_races_for_state('DE')
get_races_for_state('DE', 2016)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.