db_value_exists: Function to test if a value exists in a database table's...

View source: R/db_value_exists.R

db_value_existsR Documentation

Function to test if a value exists in a database table's column/variable.

Description

Function to test if a value exists in a database table's column/variable.

Usage

db_value_exists(con, table, variable, value)

Arguments

con

Database connection.

table

Table in database.

variable

Variable/column in table.

value

Value to test in table and variable.

Value

Logical vector with length of 1.

Author(s)

Stuart K. Grange


skgrange/databaser documentation built on April 21, 2024, 6:30 a.m.