newOmopTable {omopgenerics} | R Documentation |
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)
Arguments
table |
A cdm_table. |
version |
version of the cdm. |
cast |
Whether to cast columns to the correct type. |
Value
An omop_table object
[Package omopgenerics version 0.4.1 Index]