encloseBr | R Documentation |
This function encloses a string with parentheses.
encloseBr(x)
x |
A character string to enclose. |
A new character string with x
enclosed by parentheses.
encloseBr("text") # returns "(text)"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.