rating_get_sig {votesmart} | R Documentation |
Get information on a SIG (Special Interest Group) by its ID
Description
Get information on a SIG (Special Interest Group) by its ID
Usage
rating_get_sig(sig_ids, verbose = TRUE)
Arguments
sig_ids |
Vector of SIG ids. |
verbose |
Should cases when no data is available be messaged? |
Value
A dataframe with the columns sig_id, name, description, state_id, address, city, state, zip, phone_1, phone_2, fax, email, url, contact_name
.
Examples
## Not run:
rating_get_sig_list(2) %>%
dplyr::pull(sig_id) %>%
sample(3) %>%
rating_get_sig()
## End(Not run)
[Package votesmart version 0.1.2 Index]