textTransformer.Rd
This function modifies a block of text by randomly replacing a set number of words with a random animal.
textTransformer(text, num_words = 1)
String Character
Integer
a string with the modified text
text = "Your chances of being ambushed by a duck are low... but never zero!"
textTransformer(text)
#> [1] "Your chances of being ambushed horse a duck are low... but never zero!"