compute.cdm_table {omopgenerics} | R Documentation |
Store results in a table.
Description
Store results in a table.
Usage
## S3 method for class 'cdm_table'
compute(x, name = NULL, temporary = NULL, overwrite = TRUE, ...)
Arguments
x |
Table in the cdm. |
name |
Name to store the table with. |
temporary |
Whether to store table temporarily (TRUE) or permanently (FALSE). |
overwrite |
Whether to overwrite previously existing table with name same. |
... |
For compatibility (not used). |
Value
Reference to a table in the cdm
[Package omopgenerics version 0.3.1 Index]