View source: R/rating_get_sig_list.R
| rating_get_sig_list | R Documentation | 
Get SIG (Special Interest Group) list by category and state
rating_get_sig_list(category_ids, state_ids = NA, all = TRUE, verbose = TRUE)
| category_ids | Vector of category ids. | 
| state_ids | Vector of state abbreviations. Default  | 
| all | Boolean: should all possible combinations of the variables be searched for, or just the exact combination of them in the order they are supplied? | 
| verbose | Should cases when no data is available be messaged? | 
A dataframe with the columns sig_id, name, category_id, state_id.
## Not run: 
rating_get_categories() %>%
  dplyr::pull(category_id) %>%
  sample(3) %>%
  rating_get_sig_list()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.