Description Usage Arguments Value Examples
View source: R/textTransformer.R
This function modifies a block of text by randomly replacing a set number of words with a random animal.
1 | textTransformer(text, num_words = 1)
|
text |
String Character |
num_words |
Integer |
a string with the modified text
1 2 | text = "Your chances of being ambushed by a duck are low... but never zero!"
textTransformer(text)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.