Nothing
## ----include = FALSE----------------------------------------------------------
options(rmarkdown.html_vignette.check_title = FALSE)
knitr::opts_chunk$set(
warning = FALSE,
message = FALSE,
collapse = TRUE,
comment = "#>"
)
## ----setup--------------------------------------------------------------------
library(DrugExposureDiagnostics)
cdm <- mockDrugExposure()
result <- executeChecks(
cdm = cdm,
checks = "verbatimEndDate"
)
## -----------------------------------------------------------------------------
DT::datatable(result$drugVerbatimEndDate,
rownames = FALSE
)
## ----eval=FALSE---------------------------------------------------------------
# DT::datatable(result$drugVerbatimEndDateByConcept, rownames = FALSE)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.