Description Usage Arguments Value See Also Examples
Joins one or more character vectors as in str_c
but
with the character strings in each vector padded to make them equal length.
The last vector is by default left unpadded but can optionally be padded too.
1 |
... |
one or more character vectors as for |
pad_last |
logical: pad the last vector in addition to the others or leave it without padding? |
sep |
character: separator between vector elements. |
collapse |
character: optional string used to combine input vectors into a single string. |
character: a single string constructed in a similar way as with
str_c
but where vectors are padded to a uniform
width. If collapse is NULL (the default) the returned value is a character
vector with length equal to the length of the first input vector. If
collapse is non-NULL, the returned value is a character vector of length 1.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.