[[<-.cdm_reference {omopgenerics} | R Documentation |
Assign a table to a cdm reference.
Description
Assign a table to a cdm reference.
Usage
## S3 replacement method for class 'cdm_reference'
cdm[[name]] <- value
Arguments
cdm |
A cdm reference. |
name |
Name where to assign the new table. |
value |
Table with the same source than the cdm object. |
Value
The cdm reference.
[Package omopgenerics version 0.2.3 Index]