write_where_in_string: Take a vector and create a string for WHERE IN SQL

Description Usage Arguments

View source: R/write_where_in_string.R

Description

This function takes a vector of 1 or more values and creates a bracketed, comma-separated string of length 1 that can be inserted into the SQL statement for filtering.

Usage

1
write_where_in_string(where_in_vector, as_character = TRUE, formatted = FALSE)

Arguments

where_in_vector

vector that will filter the resultset

as_character

If TRUE, includes single quotes around each value. If FALSE, the vector is printed as-is.


patelm9/seagull documentation built on July 19, 2020, 5:52 a.m.