-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDCMS_sectors.Rd
36 lines (36 loc) · 1.36 KB
/
DCMS_sectors.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{DCMS_sectors}
\alias{DCMS_sectors}
\title{DCMS sectors in 2016.}
\format{A tibble with 552 rows and 5 variables:
\describe{
\item{SIC}{Four digit United Nations Standard Industrial Code (SIC).}
\item{description}{Description of the four digit SIC code.}
\item{sector}{DCMS sector to which the particular SIC code belongs.}
\item{present}{Is the particular SIC code present in the relevant DCMS
sector?}
\item{SIC2}{Two digit SIC code.}
}}
\source{
\url{https://www.gov.uk/government/publications/dcms-sectors-economic-estimates-methodology}
}
\usage{
DCMS_sectors
}
\description{
These data are essentially a list of all United Nations (UN) Standard
Industrial Codes (SIC), along with an indication of which broad sector the
code belongs to, and whether it was used by DCMS in the sectors economic
estimates released in 2016. These data are provided in the the methodology
note that accompanies the 2016 Statistical First Release
(https://www.gov.uk/government/publications/dcms-sectors-economic-estimates-methodology),
although this particular dataset was extracted from the 'Working sheet'
worksheet of the \code{working_file_dcms_V13.xlsm} spreadsheet using the
\code{extract_DCMS_sectors} function.
}
\keyword{DCMS}
\keyword{Economic}
\keyword{Estimates}
\keyword{Sectors}