wrap_strings | R Documentation |
Wrap all elements of a character vector
wrap_strings(input, wrap.in = character())
input |
An object that contains character strings. |
wrap.in |
A character vector of length one or two. If of length one: Pre- and Suffix of the results will be the same. If of length two: |
The provided R-object. All elements of the provided character vector
are wrapped with a pre- and suffix. If input
is not of type vector the
return value from base::names(
will be wrapped accordingly.
input
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.