gf_friends {graphframes} | R Documentation |
Graph of friends in a social network.
Description
Graph of friends in a social network.
Usage
gf_friends(sc)
Arguments
sc |
A Spark connection. |
Examples
## Not run:
library(sparklyr)
sc <- spark_connect(master = "local")
gf_friends(sc)
## End(Not run)
[Package graphframes version 0.1.2 Index]