Description Usage Arguments Examples
This function creates keyword-in-context (KWIC) displays from a vector of cahracter strings.
1 |
strings |
A vector of character strings. |
pattern |
A charater string representing the pattern that the files are searched for which can contain regular expressions. |
context |
A numeric value which determines how man characters are displayed before and after the search results. |
1 2 3 4 | ## Not run:
#ConcR(corpus, "word", 20)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.