Description Usage Arguments See Also
View source: R/utils-logical.R
Logical that checks if a field exists in a table. The field
argument is formatted into lowercase prior to being checked.
1 | field_exists(conn, conn_fun, schema, table, field)
|
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. |
Other logical functions:
db_exists()
,
schema_exists()
,
table_exists()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.