#' University degree crosswalk
#'
#' @format A data frame with two variables:
#' \describe{
#' \item{\code{degree_code}}{Code of degree.}
#' \item{\code{degree_name}}{Name of degree.}
#' }
#'
"cw_degree"
#' Metro area crosswalk
#'
#' @format A data frame with two variables:
#' \describe{
#' \item{\code{msa_code}}{Code of metro area.}
#' \item{\code{msa_name}}{Name of metro area.}
#' }
#'
"cw_metro"
#' Occupation crosswalk
#'
#' @format A data frame with three variables:
#' \describe{
#' \item{\code{occ_code}}{Code of occupation.}
#' \item{\code{occ_name}}{Name of occupation.}
#' \item{\code{occ_cat_name}}{Name of occupation major category.}
#' }
#'
"cw_occ"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.