Description Usage Arguments Value Examples
Add a custom prefix to each word of a a line to create different spaces. Code in C++ (efficient).
1 | add_prefix(texts, prefix)
|
texts |
a character containing the original text |
prefix |
unit character containing the prefix to add (length == 1) or character with same length than texts |
character with prefixed words.
1 | add_prefix(c("this is a test", "this is another test"), "#")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.