sdf_checkpoint {sparklyr}R Documentation

Checkpoint a Spark DataFrame

Description

Checkpoint a Spark DataFrame

Usage

sdf_checkpoint(x, eager = TRUE)

Arguments

x

an object coercible to a Spark DataFrame

eager

whether to truncate the lineage of the DataFrame


[Package sparklyr version 1.8.6 Index]