cesDiffusionIndex Dataset
cesDiffusionIndex.RdA tibble with 250 rows and 2 columns representing industry codes and corresponding industry titles.
Format
A tibble with 250 rows and 2 variables:
- ces_industry_code
A character vector containing the industry codes (e.g., "10-11330000").
- ces_industry_title
A character vector containing the titles of the industries (e.g., "Logging").
Details
This dataset contains information on different industries, where each row corresponds to an industry defined by its unique code and a descriptive title. It is useful for analyses that require linking industry classifications to descriptive labels.
Examples
# Load the dataset
data(cesDiffusionIndex)