Description Usage Arguments Value Examples
Takes character string input and replaces vowels with pattern; default is underscore.
1 | drop_vowels(x, replacement = " \\_ ")
|
x |
a string input |
replacement |
a string input that will replace vowels aeiou |
a string object
1 2 | drop_vowels("Hello, World!")
drop_vowels("Hello, World!", "-")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.