Return a soql::soql_where() construct for a given column being in a list of values
Source: R/pull_data.R
soql_is_in.RdReturn a soql::soql_where() construct
for a given column being in a list of values
Arguments
- soql_list
A
soqlquery 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