Is there any simple way to include and access GraphFrame in SparkR?
I have included the package as follows via cmd line:
sparkr --packages graphframes:graphframes:0.2.0-spark2.0-s_2.10
, but cannot find documentation on how to use the package in SparkR.