Description Usage Arguments Value Examples
Counts words, characters and non-whitespace characters in a string. Is used in rmdcount
, see details there.
1 | rmdwcl(rmd, space = "[[:space:]]", word = "[[:space:]]+")
|
rmd |
character: R Markdown document as string |
space |
character: pattern to split a text at spaces (default: |
word |
character: pattern to split a text at word boundaries (default: |
a list
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.