query {graphquery} R Documentation

run graph query on a document

Description

Usage

query(document, graphquery,
    raw = FALSE,
    stripHtml = FALSE);

Arguments

document

-

graphquery

-

raw

[as boolean]

stripHtml

Trim the html document text at first? if this option is enable, then the script and css node element in html document will be removed before run the graphquery. [as boolean]

env

[as Environment]

Details

Authors

webKit

Value

this function returns data object of type any kind.

clr value class

Examples


[Package graphquery version 1.0.0.0 Index]