fields_check: Check whether the user-specified fields are valid
Description
A valid field is the one that corresponds to a column name of the specified
table.
Usage
fields_check(fields, table_name, login)
Value
A character vector with the valid fields
Arguments
- fields
A character vector of column names
- table_name
A character with the table name
- login
The connection object obtained from the login() function.