print.tQuery {rsyntax} | R Documentation |
S3 print for tQuery class
Description
S3 print for tQuery class
Usage
## S3 method for class 'tQuery'
print(x, ...)
Arguments
x |
a tQuery |
... |
not used |
Examples
q = tquery(label='quote',
children(relation='nmod:according_to', label='source',
children(label='verb')))
q
[Package rsyntax version 0.1.4 Index]