powered by
Fetches the names of industries and associated IDs
list_industries( keyword = NULL, label_level = 3, label_source = "NAICS", only_id = FALSE, reverse = FALSE )
Returns dictionary containing names of industries and associated IDs
search for keyword in agency name
NAICS level (2 to 6-digit), default value of 3
classification standard (NAICS, BEA, SOC), default value of "NAICS"
uses the NAICS code instead of name as key of dictionary, default value of FALSE
reverses the key-value mapping, default value of FALSE
if (FALSE) list_industries(only_id = TRUE, reverse = FALSE)
Run the code above in your browser using DataLab