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 previously existing table with name same.
Prefix to use when saving a log file.
For compatibility (not used).