powered by
Get information on a SIG (Special Interest Group) by its ID
rating_get_sig(sig_ids, verbose = TRUE)
A dataframe with the columns sig_id, name, description, state_id, address, city, state, zip, phone_1, phone_2, fax, email, url, contact_name.
sig_id, name, description, state_id, address, city, state, zip, phone_1, phone_2, fax, email, url, contact_name
Vector of SIG ids.
Should cases when no data is available be messaged?
if (FALSE) { rating_get_sig_list(2) %>% dplyr::pull(sig_id) %>% sample(3) %>% rating_get_sig() }
Run the code above in your browser using DataLab