for query term, show list of roughly matching NAICS, scraped from web
Source:R/NAICS_FUNCTIONS.R
naics_findwebscrape.Rd
This finds more than just naics_from_any()
does, since that needs an exact match
but this looks at naics.com website which lists various aliases for a sector.
Examples
# naics_from_any("copper smelting")
# naics_from_any("copper smelting", website_scrape=TRUE)
# browseURL(naics_from_any("copper smelting", website_url=TRUE) )
url_naics.com("copper smelting")
if (FALSE) { # \dontrun{
naics_findwebscrape("copper smelting")
browseURL(url_naics.com("copper smelting"))
browseURL(naics_url_of_code(326))
} # }