wrap_chr | R Documentation |
Wraps a character vector x
in another character vector wrap
(by default the string "
).
wrap_chr(x, wrap = "\"")
x |
A character vector or something coercible to. Will be fed to |
wrap |
Character sequence |
A character vector of the same length as wrap
.
Other string functions:
as_chr()
,
as_comment_str()
,
as_line_feed_chr()
,
as_str()
,
capitalize_first()
,
dsv_colnames()
,
enum_str()
,
escape_lf()
,
fuse_regex()
,
prettify_nr()
,
sentenceify()
mtcars |>
colnames() |>
pal::wrap_chr(wrap = "`") |>
magrittr::set_colnames(x = mtcars) |>
pal::pipe_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.