Description Usage Arguments Examples
Drop fraction of words of a text
1 | drop_words(x, frac = 0.2, replacement = "\\_")
|
x |
a string input usually a paragraph |
frac |
a fraction of words to replace with empty spaces |
replacement |
a string which will be used instead of the charaters to be replaced |
1 2 | drop_words(x = "The woods are lovely dark and deep,
but I have promises to keep and miles to go before I sleep.", frac = .2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.