How to drop a table in Databricks using SparkR
I have a table written to the warehouse in Databricks, and I would like to drop it using the {SparkR} package. Essentially I would like to do the opposite of SparkR::saveAsTable()
.
I have a table written to the warehouse in Databricks, and I would like to drop it using the {SparkR} package. Essentially I would like to do the opposite of SparkR::saveAsTable()
.