Skip to contents

Construct filter conditions for the db_table() function

Usage

db_condition(table = NA, field, value)

Arguments

table

Table name. Leave empty to omit the table prefix.

field

Field name.

value

A single value, a list of characters or a list of integers.