get_industries: get_industries

View source: R/get_industries.R

get_industriesR Documentation

get_industries

Description

Get metadata for all industries available in a specific jurisdiction

Usage

get_industries(
  keyword = NULL,
  label_level = 3,
  label_source = NULL,
  verbose = 0
)

Arguments

keyword

search for keyword in industry name

label_level

NAICS level (2 to 6-digit), default value of 3

label_source

classification standard (NAICS, BEA, SOC)

verbose

prints out the url of the API call, default value of 0

Value

Returns pandas dataframe with the metadata

Examples

## Not run: get_industries()

regcensus documentation built on Oct. 4, 2023, 1:07 a.m.