#' concept_class
#'
#' @description
#' ## Table Description
#'
#' The CONCEPT_CLASS table is a reference table, which includes a list of the classifications used to differentiate Concepts within a given Vocabulary. This reference table is populated with a single record for each Concept Class.
#'
#' @docType data
#'
#' @format A data frame with 0 rows and 3 variables:
#' \describe{
#' \item{concept_class_id}{\emph{character}}
#' \item{concept_class_name}{\emph{character}}
#' \item{concept_class_concept_id}{\emph{character}}
#' ...
#' }
#' @source \url{https://ohdsi.github.io/CommonDataModel/cdm531.html#concept_class }
"concept_class"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.