format_SQL_in_statement | R Documentation |
IN
statement.Concatenate a vector to SQL IN
-compatible syntax: letters[1:3]
becomes ('a','b','c')
. Values in x
are first passed through unique()
.
format_SQL_in_statement(x)
x |
A character vector. |
A character vector (unit length) containing concatenated group syntax for use in SQL IN
, with unique value found in x
.
Only character
output is supported.
format_SQL_in_statement(c(2648889L, 2648890L))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.