View source: R/write_sql_where_in.R
Writes a SQL query that includes a WHERE IN clause based on a vector
1 2 3 4 5 6 7 | write_query_where_in(
select = "*",
table_name,
column_name,
where_in_vector,
limit = NULL
)
|
select |
vector of table_column_names. Defaults to "*". |
table_name |
name of table |
column_name |
name of column for WHERE IN clause |
where_in_vector |
vector of WHERE IN clause |
limit |
limit count |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.