Description Usage Arguments Examples
This function splits the given str with the split regex and concatenate them after capitalizing every word
1 | captionize(str, split = " |_|\\.")
|
str |
a string or a vector of strings |
split |
regex to split the string. Defaults to ' |_|\.' |
1 | captionize('where_is_waldo')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.