View source: R/measure_get_measures.R
measure_get_measures | R Documentation |
Ballot measure ids can be found with the measure_get_measures_by_year_state
function.
measure_get_measures(measure_ids, verbose = TRUE)
measure_ids |
Vector of ballot measure ids. |
verbose |
Should cases when no data is available be messaged? |
A dataframe with the columns measure_id, measure_code, title, election_date, election_type, outcome, yes_votes, no_votes, summary, summary_url, measure_text, text_url, pro_url, con_url
.
## Not run:
measure_get_measures("1234")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.