extend_char_vec | R Documentation |
Extend a character vector by appending empty strings at the end.
extend_char_vec(char_vec, extend_by = NA, length_out = NA)
str_extend_char_vec(char_vec, extend_by = NA, length_out = NA)
char_vec |
A character vector. The thing you wish to expand. |
extend_by |
A non-negative integer. By how much do you wish to extend the vector? |
length_out |
A positive integer. How long do you want the output vector to be? |
A character vector.
extend_char_vec(1:5, extend_by = 2)
extend_char_vec(c("a", "b"), length_out = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.