Description Usage Arguments Note See Also Examples
Drops the temporary table with the given table name in the catalog. If the table has been cached/persisted before, it's also unpersisted.
1 | dropTempTable(tableName)
|
tableName |
The name of the SparkSQL table to be dropped. |
dropTempTable since 1.4.0
dropTempView
1 2 3 4 5 6 7 | ## Not run:
sparkR.session()
df <- read.df(path, "parquet")
createOrReplaceTempView(df, "table")
dropTempTable("table")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.