Learn R Programming

omopgenerics (version 1.0.0)

validateOmopTable: Validate an omop_table

Description

Validate an omop_table

Usage

validateOmopTable(
  omopTable,
  version = NULL,
  cast = FALSE,
  call = parent.frame()
)

Value

An omop_table object.

Arguments

omopTable

An omop_table to check.

version

The version of the cdm.

cast

Whether to cast columns to the correct type.

call

Call argument that will be passed to cli error message.