sparklyr (version 0.4)

tbl_cache: Load a table into memory

Description

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