clearCache {SparkR}R Documentation

Clear Cache

Description

Removes all cached tables from the in-memory cache.

Usage

clearCache(sqlContext)

Arguments

sqlContext

SQLContext to use

Examples

## Not run: 
##D clearCache(sqlContext)
## End(Not run)

[Package SparkR version 1.6.0 Index]