powered by
Removes the specified table from the in-memory cache.
# S3 method for default uncacheTable(tableName)
The name of the table being uncached
SparkDataFrame
# NOT RUN { sparkR.session() path <- "path/to/file.json" df <- read.json(path) createOrReplaceTempView(df, "table") uncacheTable("table") # }
Run the code above in your browser using DataLab