graphframes (version 0.1.2)

gf_friends: 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

Run this code
# NOT RUN {
library(sparklyr)
sc <- spark_connect(master = "local")
gf_friends(sc)
# }

Run the code above in your browser using DataCamp Workspace