Learn R Programming

PhenotypeR (version 0.1.4)

databaseDiagnostics: Database diagnostics

Description

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.

Usage

databaseDiagnostics(cdm)

Value

A summarised result

Arguments

cdm

CDM reference

Examples

Run this code
# \donttest{
library(PhenotypeR)

cdm <- mockPhenotypeR()

result <- databaseDiagnostics(cdm)

CDMConnector::cdmDisconnect(cdm = cdm)
# }

Run the code above in your browser using DataLab