Description Usage Arguments Examples
Get a table of results by candidate and district for state legislative representatives
Format candidate results in an HTML table for state legislative representatives
1 2 3  | candidate_results_state_rep(map_id)
results_to_table_state_rep(results, keep_percentage = 0.05)
 | 
map_id | 
 An ID from the   | 
results | 
 A data frame of results from   | 
keep_percentage | 
 What percentage of votes defines a contender?  | 
1 2 3 4 5  | map_id <- "meae.staterepresentative.1796.de.county"
candidate_results_state_rep(map_id)
map_id <- "meae.staterepresentative.1796.de.county"
results <- candidate_results_state_rep(map_id)
results_to_table_state_rep(results)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.