View source: R/str_sql_collapse.R
str_sql_collapse | R Documentation |
str_sql_collapse
will quote character and factor vectors before being
collapsed.
str_sql_collapse(x)
x |
A vector to be collapsed. |
A character vector with a length of one.
Stuart K. Grange
# Collapse an integer vector
str_sql_collapse(1:10)
# Collapse a character vector
str_sql_collapse(letters[1:10])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.