gf_persist {graphframes}R Documentation

Persist the GraphFrame

Description

Persist the GraphFrame

Usage

gf_persist(x, storage_level = "MEMORY_AND_DISK")

Arguments

x

An object coercable to a GraphFrame (typically, a gf_graphframe).

storage_level

The storage level to be used. Please view the Spark Documentation for information on what storage levels are accepted.


[Package graphframes version 0.1.2 Index]