Description Usage Arguments Examples
Populate the graph database with one of the sample datasets supplied with this package.
| 1 | importSample(graph, data, input = TRUE)
 | 
| graph | A graph object. | 
| data | A character string. Datasets include "tweets", "dfw", "caltrain", and "movies". | 
| input | A logical constant. If  | 
| 1 2 3 4 5 | ## Not run: 
graph = startGraph("http://localhost:7474/db/data/")
importSample(graph, "tweets")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.