View source: R/method-dropSourceTable.R
| dropSourceTable.spark_cdm | R Documentation |
Drop Spark tables in the write schema of the connection behind the cdm reference.
## S3 method for class 'spark_cdm'
dropSourceTable(cdm, name)
cdm |
A cdm reference |
name |
The names of the tables to drop. Tidyselect statements can be used. |
Drops the Spark tables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.