View source: R/print_functions.r
| print.tQuery | R Documentation | 
S3 print for tQuery class
## S3 method for class 'tQuery' print(x, ...)
| x | a tQuery | 
| ... | not used | 
q = tquery(label='quote',
           children(relation='nmod:according_to', label='source',
                    children(label='verb')))
q 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.