Store results in a table.
# S3 method for cdm_table
compute(
x,
name = NULL,
temporary = NULL,
overwrite = TRUE,
logPrefix = NULL,
...
)Reference to a table in the cdm
Table in the cdm.
Name to store the table with.
Whether to store table temporarily (TRUE) or permanently (FALSE).
Whether to overwrite an existing table.
Prefix to use when saving a log file.
For compatibility; not used.