summary,MetaNLP-method | R Documentation |
Returns a quick overview over the n
most frequent word stems structured
into included and excluded papers.
## S4 method for signature 'MetaNLP'
summary(object, n = 5, stop_words = FALSE, ...)
object |
An object of class MetaNLP. |
n |
Number of most frequent words to be displayed. |
stop_words |
Boolean to decide whether stop words shall be included in
the summary. |
... |
Additional parameters for |
A list of most frequent words.
path <- system.file("extdata", "test_data.csv", package = "MetaNLP", mustWork = TRUE)
obj <- MetaNLP(path)
summary(obj, n = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.