Extract sector codes and labels from a WIOD data.table
sectors(wiot)
wiot | WIOD data.table returned by |
---|
A data.table
with four columns:
SectorNr
WIOD numeric codes for industries and final use sectors (integer vector)
SectorLab
Full names of the WIOD sectors (character vector)
SectorCode
Short alphanumeric sector codes used in WIOD (character vector)
isFinal
Is a sector an industry (i.e. one of the 56 primary, secondary/manufacturing, or tertiary/services sectors that produce something) or a final use sector (i.e. one of the 5 final consumption or investment sectors)? (logical vector)