View source: R/db_value_exists.R
db_value_exists | R Documentation |
Function to test if a value exists in a database table's column/variable.
db_value_exists(con, table, variable, value)
con |
Database connection. |
table |
Table in database. |
variable |
Variable/column in |
value |
Value to test in |
Logical vector with length of 1.
Stuart K. Grange
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.