Description Usage Arguments Value
Return a count of the number of words in each document
1 | word_count(.data, .column = NULL)
|
.data |
A character vector or a |
.column |
Character string naming a column from |
A data.frame
to which a column containing the number of words
for each document will be added to the column in data
. If
.data
is a character vector the object returned will be a two-column
data.frame
in which the first column contains the text from each document
and the second column will contain
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.