.createResultsTable | R Documentation |
Creates the database schema for the results.
.createResultsTable(connection, tName, columns)
connection |
Database connection. |
tName |
Name of the results table. |
columns |
A list containing the column names and types, e.g. list(names = c(scenario_id, value), types = c("INTEGER", "NUMERIC")). The column "experiment_id" is always automatically added. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.