sector_classifications {r2dii.data} | R Documentation |
A view of available sector classification datasets
Description
This dataset lists all sector classification code standards used by 'PACTA' (https://www.transitionmonitor.com/).
Usage
sector_classifications
Format
An object of class tbl_df
(inherits from tbl
, data.frame
) with 6559 rows and 4 columns.
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)