Return a soql::soql_where()
construct for a given column being in a list of values
Source: R/forecasttools.R
soql_is_in.Rd
Return a soql::soql_where()
construct
for a given column being in a list of values
Arguments
- soql_list
A
soql
query object, which can be piped in. If one hasn't been created yet, use or pipe insoql::soql()
.- column
The column to filter on
- match_values
A vector of values that column must match