Learn R Programming

votesmart (version 0.1.2)

rating_get_sig: 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)

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.

Arguments

sig_ids

Vector of SIG ids.

verbose

Should cases when no data is available be messaged?

Examples

Run this code
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