View source: R/list_industries.R
list_industries | R Documentation |
Fetches the names of industries and associated IDs
list_industries(
keyword = NULL,
label_level = 3,
label_source = "NAICS",
only_id = FALSE,
reverse = FALSE
)
keyword |
search for keyword in agency name |
label_level |
NAICS level (2 to 6-digit), default value of 3 |
label_source |
classification standard (NAICS, BEA, SOC), default value of "NAICS" |
only_id |
uses the NAICS code instead of name as key of dictionary, default value of FALSE |
reverse |
reverses the key-value mapping, default value of FALSE |
Returns dictionary containing names of industries and associated IDs
## Not run: list_industries(only_id = TRUE, reverse = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.