deleteAllRowsForDatabaseId | R Documentation |
Delete all rows for database id
deleteAllRowsForDatabaseId(
connection,
schema,
tableName,
databaseId,
idIsInt = TRUE
)
connection |
DatabaseConnector connection instance |
schema |
The schema on the postgres server where the results table exists |
tableName |
Database table name |
databaseId |
Results source database identifier |
idIsInt |
Identified is a numeric type? If not character is used |
Only PostgreSQL servers are supported.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.