ConcR: Concordancing Loaded Files

Description Usage Arguments Examples

View source: R/ConcR.R

Description

This function creates keyword-in-context (KWIC) displays from a vector of cahracter strings.

Usage

1
ConcR(strings, pattern, context)

Arguments

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.

Examples

1
2
3
4
## Not run: 
#ConcR(corpus, "word", 20)

## End(Not run)

MartinSchweinberger/coedlstatzr documentation built on Nov. 27, 2019, 6:16 a.m.