pg_table_exists | R Documentation |
This is used as a helper function by other package functions.
pg_table_exists(db, tablename)
db |
An open database connection. |
tablename |
Name of the table (schema is assumed to be 'lidar'). |
TRUE
if the table was found; FALSE
otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.