Learn R Programming

omopgenerics (version 1.1.1)

compute.cdm_table: Store results in a table.

Description

Store results in a table.

Usage

# S3 method for cdm_table
compute(
  x,
  name = NULL,
  temporary = NULL,
  overwrite = TRUE,
  logPrefix = NULL,
  ...
)

Value

Reference to a table in the cdm

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.

logPrefix

Prefix to use when saving a log file.

...

For compatibility (not used).