as.data.frame.conc: Coerce concordance to data frame

Description Usage Arguments Value Examples

Description

Coerces an object of the class conc to a data frame

Usage

1
2
## S3 method for class 'conc'
as.data.frame(x, ...)

Arguments

x

the object x must be an oject of the class "conc".

...

the argument ... is not used at the moment.

Value

This function returns a data frame.

Examples

1
2
(conc_data <- conc_re('\\w+', 'A very small corpus.', as_text = TRUE))
as.data.frame(conc_data)

wai-wong-reimagine/mclm documentation built on May 16, 2019, 9:12 p.m.