View source: R/build_where_clause.R
build_where_clause | R Documentation |
This function builds a where clause for a SQL statement
build_where_clause( tab_name, col_name, col_value, con = getOption("podr_connection") )
tab_name |
table name |
col_name |
column name |
col_value |
column value |
con |
The connection to PODR. Use connect_podr to establish a connection, or specify a variable containing the proper PostgreSQL connection into PODR yourself |
column definition in a data.frame
Hanming Tu
## Not run: cc <- conn_podr() build_where_clause('css_2020_ae',con=cc) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.