Description Usage Arguments Note Examples
Invalidates and refreshes all the cached data (and the associated metadata) for any SparkDataFrame that contains the given data source path. Path matching is by prefix, i.e. "/" would invalidate everything that is cached.
1 | refreshByPath(path)
|
path |
the path of the data source. |
since 2.2.0
1 2 3 4 5 | ## Not run:
sparkR.session()
refreshByPath("/path")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.