Description Usage Arguments Value Author(s) Examples
View source: R/createWordFreq.R
Create a word frequency data.frame.
1 2 | createWordFreq(obj, onlyCN = TRUE, nosymbol = TRUE, stopwords = NULL,
useStopDic = FALSE)
|
obj |
A character vector or |
onlyCN |
Whether to keep only Chinese words. |
nosymbol |
Whether to keep symbols. |
stopwords |
A character vector of stop words. |
useStopDic |
Whether to use the default stop words. |
A data.frame.
Jian Li <rweibo@sina.com>
1 | createWordFreq(c("a", "a", "b", "c"), onlyCN = FALSE, nosymbol = TRUE, useStopDic = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.