Description Usage Arguments Examples
keywordVec count all elements in vector. Please refer example.
1 | keywordVec(x, reverse = F, limit = NULL)
|
x |
vector of characters. |
reverse |
logical. If true, convert string value to vectors. |
limit |
. |
1 2 | count <- keywordVec(as.character(c(1,1,2,2,1,2,1,2,1,5,5,5,3,6,5,3,5)))
reverse <- keywordVec(count, reverse = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.