newOmopTable: Create an omop table from a cdm table.
Description
Create an omop table from a cdm table.
Usage
newOmopTable(table, version = "5.3", cast = FALSE)
Value
An omop_table object
Arguments
- table
A <cdm_table> object.
- version
Version of the OMOP Common Data Model.
- cast
Whether to cast columns to the correct type.