compute.cdm_table | R Documentation |
Store results in a table.
## S3 method for class 'cdm_table'
compute(x, name = NULL, temporary = NULL, overwrite = TRUE, ...)
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). |
Reference to a table in the cdm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.