| .getCheckId | R Documentation |
Internal function to define the id of each check.
.getCheckId(
checkLevel,
checkName,
cdmTableName,
cdmFieldName = NA,
conceptId = NA,
unitConceptId = NA
)
checkLevel |
The level of the check. Options are table, field, or concept |
checkName |
The name of the data quality check |
cdmTableName |
The name of the CDM data table the quality check is applied to |
cdmFieldName |
The name of the field in the CDM data table the quality check is applied to |
conceptId |
The concept id the quality check is applied to |
unitConceptId |
The unit concept id the quality check is applied to |
A character string representing the unique check ID
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.