#' Appended O-NET skills data.
#'
#' A dataset containing the skills importance and levels measures, year, SOC code of the occupation,
#' and the domain source of the skill rating.
#'
#' @format A data frame with 502,565 rows and 9 variables:
#' \describe{
#' \item{O*NET-SOC Code}{occupation code}
#' \item{element}{skill description}
#' \item{source}{the source of the skill rating}
#' \item{year}{year in which the database was released}
#' \item{Incumbent}{dummy variable equal to 1 if the skill was rated by a job incumbent}
#' \item{data_I}{skill importance measure}
#' \item{se_I}{standard error of the skill importance measure}
#' \item{data_L}{skill level measure}
#' \item{se_L}{standard error of the skill level measure}
#' }
#' @source \url{ https://www.onetcenter.org/db_releases.html}
"rawdata_skills"
#' Appended O-NET abilities data.
#'
#' A dataset containing the abilities importance and levels measures, year, SOC code of the occupation,
#' and the domain source of the ability rating.
#'
#' @format A data frame with 747,864 rows and 9 variables:
#' \describe{
#' \item{O*NET-SOC Code}{occupation code}
#' \item{element}{ability description}
#' \item{source}{the source of the ability rating}
#' \item{year}{year in which the database was released}
#' \item{Incumbent}{dummy variable equal to 1 if the ability was rated by a job incumbent}
#' \item{data_I}{ability importance measure}
#' \item{se_I}{standard error of the ability importance measure}
#' \item{data_L}{ability level measure}
#' \item{se_L}{standard error of the ability level measure}
#' }
#' @source \url{ https://www.onetcenter.org/db_releases.html}
"rawdata_abilities"
#' Appended O-NET work activities data.
#'
#' A dataset containing the work activities importance and levels measures, year, SOC code of the occupation,
#' and the domain source of the activity rating.
#'
#' @format A data frame with 589,662 rows and 9 variables:
#' \describe{
#' \item{O*NET-SOC Code}{occupation code}
#' \item{element}{activity description}
#' \item{source}{the source of the activity rating}
#' \item{year}{year in which the database was released}
#' \item{Incumbent}{dummy variable equal to 1 if the activity was rated by a job incumbent}
#' \item{data_I}{activity importance measure}
#' \item{se_I}{standard error of the activity importance measure}
#' \item{data_L}{activity level measure}
#' \item{se_L}{standard error of the activity level measure}
#' }
#' @source \url{ https://www.onetcenter.org/db_releases.html}
"rawdata_activities"
#' Appended O-NET work contexts data.
#'
#' A dataset containing the work contexts measures, year, SOC code of the occupation,
#' and the domain source of the work context rating.
#'
#' @format A data frame with 764,983 rows and 7 variables:
#' \describe{
#' \item{O*NET-SOC Code}{occupation code}
#' \item{element}{context description}
#' \item{Data Value}{context measure}
#' \item{Standard Error}{standard error of the context measure}
#' \item{source}{the source of the context rating}
#' \item{year}{year in which the database was released}
#' \item{Incumbent}{dummy variable equal to 1 if the context was rated by a job incumbent}
#' }
#' @source \url{ https://www.onetcenter.org/db_releases.html}
"rawdata_contexts"
#' Appended OES employment data.
#'
#' A dataset containing US employment by occupation.
#'
#' @format A data frame with 13,120 rows and 4 variables:
#' \describe{
#' \item{occ_code}{occupation code}
#' \item{tot_emp}{skill description}
#' \item{year}{year in which the database was released}
#' \item{tot_emp_imp}{imputed employment}
#' }
#' @source \url{https://www.bls.gov/oes/tables.htm}
"oes"
#' O*NET and OES SOC mapping.
#'
#' A dataset for mapping O*NET SOC-2010 to the regular OES SOC.
#'
#' @format A data frame with 13,120 rows and 4 variables:
#' \describe{
#' \item{occ_code}{O-NET SOC 2010 occupation code}
#' \item{datalevel}{TRUE if the occupation is a data level one}
#' \item{occ_code}{OES SOC 2010 code}
#' \item{weight}{mapping weight}
#' }
"onet_to_oes"
#' O*NET and UK SOC mapping.
#'
#' The correspondence table produced by cascot mapping O-NET occupations to UK SOC occupation.
#'
#' @format A data frame with 13,120 rows and 4 variables:
#' \describe{
#' \item{uksoc2010code}{O-NET SOC 2010 occupation code}
#' \item{onetsoc2010code}{TRUE if the occupation is a data level one}
#' }
"cascot"
#' O-NET SOC-2000 to O-NET SOC-2006 mapping.
#'
#' Correspondence table for SOC conversion
#'
#' @format A data frame with 1,167 rows and 3 variables:
#' \describe{
#' \item{onetsoc2000code}{SOC-2000 occupation}
#' \item{onetsoc2006code}{SOC-2006 occupation}
#' \item{weight}{correspondence weight}
#' }
"soc00_to_06"
#' O-NET SOC-2006 to O-NET SOC-2000 mapping.
#'
#' Correspondence table for SOC conversion
#'
#' @format A data frame with 1,167 rows and 3 variables:
#' \describe{
#' \item{onetsoc2006code}{SOC-2006 occupation}
#' \item{onetsoc2000code}{SOC-2000 occupation}
#' \item{weight}{correspondence weight}
#' }
"soc06_to_00"
#' O-NET SOC-2006 to O-NET SOC-2009 mapping.
#'
#' Correspondence table for SOC conversion
#'
#' @format A data frame with 949 rows and 3 variables:
#' \describe{
#' \item{onetsoc2006code}{SOC-2006 occupation}
#' \item{onetsoc2009code}{SOC-2009 occupation}
#' \item{weight}{correspondence weight}
#' }
"soc06_to_09"
#' O-NET SOC-2009 to O-NET SOC-2006 mapping.
#'
#' Correspondence table for SOC conversion
#'
#' @format A data frame with 949 rows and 3 variables:
#' \describe{
#' \item{onetsoc2009code}{SOC-2009 occupation}
#' \item{onetsoc2006code}{SOC-2006 occupation}
#' \item{weight}{correspondence weight}
#' }
"soc09_to_06"
#' O-NET SOC-2009 to O-NET SOC-2010 mapping.
#'
#' Correspondence table for SOC conversion
#'
#' @format A data frame with 949 rows and 3 variables:
#' \describe{
#' \item{onetsoc2009code}{SOC-2009 occupation}
#' \item{onetsoc2010code}{SOC-2010 occupation}
#' \item{weight}{correspondence weight}
#' }
"soc09_to_10"
#' O-NET SOC-2010 to O-NET SOC-2009 mapping.
#'
#' Correspondence table for SOC conversion
#'
#' @format A data frame with 949 rows and 3 variables:
#' \describe{
#' \item{onetsoc2010code}{SOC-2010 occupation}
#' \item{onetsoc2009code}{SOC-2009 occupation}
#' \item{weight}{correspondence weight}
#' }
"soc10_to_09"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.