View source: R/BackendDatabase.R
removeResultsFromDatabase | R Documentation |
Requires the results data model tables have been created using the createResultsDataModel
function.
Set the POSTGRES_PATH environmental variable to the path to the folder containing the psql executable to enable bulk upload (recommended).
removeResultsFromDatabase(
connectionDetails,
schema,
databaseId,
specifications
)
connectionDetails |
Object of type |
schema |
Schema on the postgres server where the tables have been created. |
databaseId |
Data sources to remove |
specifications |
Specification of results tables |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.