View source: R/write_where_in_string.R
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.
1 | write_where_in_string(where_in_vector, as_character = TRUE, formatted = FALSE)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.