niceTerms {KnowledgeGraph} R Documentation

make meta data unique at first and then evaluate

Description

the unique reference id via FNV-1a hash function

Usage

niceTerms(knowledges, kb,
    indexBy = NULL,
    prefix = "Term",
    width = 10);

Arguments

knowledges

[as KnowledgeFrameRow]

kb

[as GraphModel]

indexBy

-

prefix

[as string]

width

[as integer]

Details

this function has a special rule for the knowledge term its name field.

Authors

graphR

Value

this function returns data object of type EntityObject[].

clr value class

Examples


[Package KnowledgeGraph version 1.0.0.0 Index]