powered by
Load a table into memory
tbl_cache(sc, name, force = TRUE)
Spark connection
Name of the destination table
Forces data to be loaded in memory by executing a count(*) over the table
Other dplyr: copy_to, tbl_uncache
copy_to
tbl_uncache