tbl_cache
From sparklyr v0.3.4
by Javier Luraschi
Load a table into memory
Load a table into memory
Usage
tbl_cache(sc, name, force = TRUE)
Arguments
- sc
- Spark connection
- name
- Name of the destination table
- force
- Forces data to be loaded in memory by executing a count(*) over the table
See Also
Other dplyr: copy_to
,
tbl_uncache
Community examples
Looks like there are no examples yet.