View source: R/method-insertTable.R
| insertTable.spark_cdm | R Documentation |
Insert a local dataframe into the cdm.
## S3 method for class 'spark_cdm'
insertTable(cdm, name, table, overwrite = TRUE, temporary = FALSE, ...)
cdm |
A cdm reference. |
name |
The name of the table to insert. |
table |
The table to insert. |
overwrite |
Whether to overwrite an existing table. |
temporary |
If TRUE, a spark dataframe will be written (that will persist to the end of the current session). If FALSE, a spark table will be written (which will persist beyond the end of the current session). |
... |
For compatability |
The cdm reference with the table added.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.