tabExist | R Documentation |
Check if a table exists in the OFPE database by checking for the user provided schema and table.
tabExist(db, schema, dtype)
db |
Connection to OFPE database. |
schema |
Name of the schema where the target table is. |
dtype |
The name of the target table. |
Logical, if table exists in database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.