Description Usage Arguments Value Examples
Coerces an object of the class conc
to a data frame
1 2 | ## S3 method for class 'conc'
as.data.frame(x, ...)
|
x |
the object |
... |
the argument |
This function returns a data frame.
1 2 | (conc_data <- conc_re('\\w+', 'A very small corpus.', as_text = TRUE))
as.data.frame(conc_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.