pull_nextGraph {graph_mysql} R Documentation

pull a knowledge graph

Description

Usage

pull_nextGraph(graphdb, vocabulary,
    id = NULL);

Arguments

graphdb

[as KnowlegdeBuilder]

vocabulary

-

id

used for debug test. [as integer]

env

[as Environment]

Details

Authors

graphR

Value

this function returns data object of type list. the list data also has some specificied data fields: list(graph, term, seed, id).

clr value class

Examples


[Package graph_mysql version 1.0.0.0 Index]