Description Usage Arguments Value Examples
View source: R/os_statemetasearch.R
Search OpenStates metadata
| 1 | os_statemetasearch(state = NULL, key = NULL, ...)
 | 
| state | One or more two-letter state abbreviations (character) | 
| key | your SunlightLabs API key; loads from environment variable from .Renviron or from an option from .Rprofile | 
| ... | Optional additional curl options (debugging tools mostly) passed on to crul::HttpClient | 
A list with metadata for each state.
| 1 2 3 4 5 6 7 | ## Not run: 
os_statemetasearch()
os_statemetasearch('ca')
os_statemetasearch('tx')
os_statemetasearch('tx', verbose = TRUE)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.