Uncache Table
uncacheTable.Rd
Removes the specified table from the in-memory cache.
Examples
if (FALSE) { # \dontrun{
sparkR.session()
path <- "path/to/file.json"
df <- read.json(path)
createOrReplaceTempView(df, "table")
uncacheTable("table")
} # }