field_exists: Does a field exist?

Description Usage Arguments See Also

View source: R/utils-logical.R

Description

Logical that checks if a field exists in a table. The field argument is formatted into lowercase prior to being checked.

Usage

1
field_exists(conn, conn_fun, schema, table, field)

Arguments

conn

Connection object

schema

The target schema for the operation.

table

Target table for the operation.

field

Character string to check for in the given table.

See Also

Other logical functions: db_exists(), schema_exists(), table_exists()


patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.