Learn R Programming

rsyntax (version 0.1.4)

print.tQuery: S3 print for tQuery class

Description

S3 print for tQuery class

Usage

# S3 method for tQuery
print(x, ...)

Arguments

x

a tQuery

...

not used

Examples

Run this code
# NOT RUN {
q = tquery(label='quote',
           children(relation='nmod:according_to', label='source',
                    children(label='verb')))
q 
# }

Run the code above in your browser using DataLab