Description Usage Arguments Examples
Graph of friends in a social network.
1 | gf_friends(sc)
|
sc |
A Spark connection. |
1 2 3 4 5 6 | ## Not run:
library(sparklyr)
sc <- spark_connect(master = "local")
gf_friends(sc)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.