Description Usage Arguments Value Examples
Print objects of the class "conc"
.
1 2 3 4 |
x |
a concordance. |
n |
number of items to print in a KWIC display. |
... |
additional printing arguments |
Invisibly returns x
.
1 2 3 | (conc_data <- conc_re('\\w+', 'A very small corpus.', as_text = TRUE))
print_kwic(conc_data)
print(conc_data, n = 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.