text_utils_joining | R Documentation |
Join character vectors by commas and spaces (optionally).
Join character vectors by newlines (\n
).
Join character vector by spaces.
str_comma(..., space = TRUE, collapse = TRUE)
str_line(..., collapse = TRUE)
str_space(..., collapse = TRUE)
... |
Character vectors or scalars. Passed to |
space |
A logical scalar: if |
collapse |
A logical scalar: if |
A character scalar.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.