Description Usage Arguments Value Examples
Get Officials
1 | getOfficials(active = FALSE)
|
active |
Whether to limit to active officials only. Optional, default False |
Officials information
1 2 3 4 5 | #Get all past officials
officials <- getOfficials()
#To pull only active officials:
officials_active <- getOfficials(active = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.