dot-createResultsTable: Create the DB result table

.createResultsTableR Documentation

Create the DB result table

Description

Creates the database schema for the results.

Usage

.createResultsTable(connection, tName, columns)

Arguments

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.


SwissTPH/r-openMalariaUtilities documentation built on Sept. 14, 2024, 1:34 a.m.