insert {Query} R Documentation

insert a knowledge node into the graph pool

Description

Usage

insert(kb, knowledge, type,
    meta = NULL,
    selfReference = TRUE);

Arguments

knowledge

[as string]

meta

[as list]

selfReference

the database graph link can be build internal the identical database source. [as boolean]

env

[as Environment]

Details

Authors

graphR

Value

this function returns data object of type any kind.

clr value class

Examples


[Package Query version 1.0.0.0 Index]