h_parens | R Documentation |
This helper function adds parentheses around each element of a character vector.
h_parens(x)
x |
( |
Character vector with parentheses, except when x
is a blank string
in which case it is returned unaltered.
h_parens("bla")
h_parens("")
h_parens(c("bla", "bli"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.