View source: R/search_results.r
| summary.contextHits | R Documentation | 
S3 summary for contextHits class
## S3 method for class 'contextHits'
summary(object, ...)
| object | a contextHits object, as returned by search_contexts | 
| ... | 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_contexts(tc, c('query label# A AND B', 'second query# (A AND Q) OR ("D E") OR I'))
summary(hits)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.