computeDBQuery | R Documentation |
Store the given input in a remote database table. It will be stored either in a permanent table or a temporary table depending on tablePrefix.
computeDBQuery(table, tablePrefix, tableName, cdm, overwrite = TRUE)
table |
the input table |
tablePrefix |
The stem for the permanent tables that will be created when running the diagnostics. Permanent tables will be created using this prefix, and any existing tables that start with this will be at risk of being dropped or overwritten. If NULL, temporary tables will be used throughout. |
tableName |
the input table |
cdm |
cdm reference object |
overwrite |
if the table should be overwritten (default TRUE). |
reference to the table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.