Skip to contents

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.

Usage

naics_findwebscrape(query)

Arguments

query

text like "gasoline" or "copper smelting"

Value

data.frame of info on what was found, naics and title

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))
  } # }