View source: R/search_results.r
print.featureHits | R Documentation |
S3 print for featureHits class
## S3 method for class 'featureHits'
print(x, ...)
x |
a featureHits object, as returned by search_features |
... |
not used |
text = c('A B C', 'D E F. G H I', 'A D', 'GGG')
tc = create_tcorpus(text, doc_id = c('a','b','c','d'), split_sentences = TRUE)
hits = search_features(tc, c('query label# A AND B', 'second query# (A AND Q) OR ("D E") OR I'))
hits
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.