Description Usage Arguments Examples
Determine NAICS code type between standard codes and NAICS-based rollup categories
1 2 | naics_code_type(naics_code, naics_version = c("2002", "2007", "2012",
"2017"), naics_listing = naicsmatch::naics_2017)
|
naics_code |
character vector of possibly valid codes |
naics_version |
length-1 character indicating version |
naics_listing |
datrframe with naics code information, defaults to 2017 version Only one of 'naics_version' and 'naics_listing' should be supplied. If both are supplied, 'naics_listing' is used. |
1 | dplyr::select(ex_asm09, naics_2007, naics_label_2007) %>% dplyr::mutate( type = naics_code_type(naics_2007))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.