add_lhc_and_robustness_sim_results: Adds a set of results to the database for a given LHC or...

Description Usage Arguments

Description

Adds a set of results to the database for a given LHC or robustness experiment

Usage

1
2
3
add_lhc_and_robustness_sim_results(dblink, parameters, measures,
  experiment_id = NULL, experiment_description = NULL,
  experiment_date = NULL, results_csv = NULL, results_obj = NULL)

Arguments

dblink

A link to the database in which this table is being created

parameters

The parameters of the simulation that are being analysed

measures

The measures of the simulation that are being assessed

experiment_id

Experiment ID for the results being added. May be NULL if description and date specified

experiment_description

A description of this experiment. May be NULL if adding by experiment ID

experiment_date

Date experiment created. May be NULL if adding by experiment ID

results_csv

The path to the CSV file being added to the database

results_obj

R object containing results being added to the database


kalden/spartanDB documentation built on May 15, 2019, 12:02 p.m.