View source: R/databaseDiagnostics.R
databaseDiagnostics | R Documentation |
phenotypeR diagnostics on the cdm object.
Diagnostics include: * Summarise a cdm_reference object, creating a snapshot with the metadata of the cdm_reference object. * Summarise the observation period table getting some overall statistics in a summarised_result object.
databaseDiagnostics(cdm)
cdm |
CDM reference |
A summarised result
library(PhenotypeR)
cdm <- mockPhenotypeR()
result <- databaseDiagnostics(cdm)
CDMConnector::cdmDisconnect(cdm = cdm)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.