powered by
IN
Concatenate a vector to SQL IN-compatible syntax: letters[1:3] becomes ('a','b','c'). Values in x are first passed through unique().
letters[1:3]
('a','b','c')
x
unique()
format_SQL_in_statement(x)
A character vector (unit length) containing concatenated group syntax for use in SQL IN, with unique value found in x.
A character vector.
format_SQL_in_statement(c(2648889L, 2648890L))
Run the code above in your browser using DataLab