Description Usage Arguments Value Author(s) Examples
View source: R/build_where_clause.R
This function builds a where clause for a SQL statement
1 2 3 4 5 6 | 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
1 2 3 4 5 | ## 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.