Description Usage Arguments Value Examples
View source: R/coRPysprofiling.R
Generate visualizations for words from the input corpus
1 | corpus_viz(corpus)
|
corpus |
a character vector representing a corpus |
a list of a word cloud, a histogram of word length frequencies, and a histogram of word frequencies
1 2 3 4 | coRPysprofiling::corpus_viz("some text")
coRPysprofiling::corpus_viz("some text")['word cloud']
coRPysprofiling::corpus_viz("some text")['word freq bar chart']
coRPysprofiling::corpus_viz("some text")['word length bar chart']
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.