tbl_cache | R Documentation |
Force a Spark table with name name
to be loaded into memory.
Operations on cached tables should normally (although not always)
be more performant than the same operation performed on an uncached
table.
tbl_cache(sc, name, force = TRUE)
sc |
A |
name |
The table name. |
force |
Force the data to be loaded into memory? This is accomplished
by calling the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.