make_values | R Documentation |
Create an ExprListValues instance using a vector. Useful when building an SQL list of values of identical type, to use with the IN operator.
make_values(values)
values |
A list/vector containing values. |
An instance of ExprListValues.
# To generate a list of values from a vector:
values <- make_values(c(1999, 2012, 2014))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.