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 = uniqueTableName(), temporary = TRUE, overwrite = TRUE, ...)

Arguments

x

Table in the cdm.

name

Name to store the table with.

temporary

Whether to store table temporarily (TRUE) or permanent (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.2.0 Index]