A view of available sector classification datasets
Source:R/sector_classifications.R
sector_classifications.Rd
This dataset lists all sector classification code standards used by 'PACTA' (https://www.transitionmonitor.com/).
Definitions
borderline
(character): Flag indicating if 2dii sector and classification code are a borderline match. The value TRUE indicates that the match is uncertain between the 2dii sector and the classification. The value FALSE indicates that the match is certainly perfect or the classification is certainly out of 2dii's scope.., *code
(character): Formatted code., *code_system
(character): Code system., *sector
(character): Associated 2dii sector.
Details
Classification datasets help to standardize sector classification codes from the wild to a relevant subset including 'power', 'oil and gas', 'coal', 'automotive', 'aviation', 'concrete', 'steel', and 'shipping'.
See also
Other datasets for bridging sector classification codes:
gics_classification
,
isic_classification
,
nace_classification
,
naics_classification
,
psic_classification
,
sic_classification
Examples
head(sector_classifications)
#> # A tibble: 6 × 4
#> sector borderline code code_system
#> <chr> <lgl> <chr> <chr>
#> 1 not in scope FALSE 10 GICS
#> 2 not in scope FALSE 1010 GICS
#> 3 not in scope FALSE 101010 GICS
#> 4 not in scope FALSE 10101010 GICS
#> 5 not in scope FALSE 10101020 GICS
#> 6 oil and gas FALSE 101020 GICS