add_existing_robustness_sample_to_database: Adds a previously generated robustness sample to the...

Description Usage Arguments

Description

If an experiment ID is specified, the existance of this record is checked, as well as the existance of any current parameter sets for that experiment. In this case, as spartan creates a robustness sample over several files, the user should provide the folder containing each of these files

Usage

1
2
3
add_existing_robustness_sample_to_database(dblink, parameters,
  parameter_set, experiment_id = NULL, experiment_description = NULL,
  experiment_date = Sys.Date())

Arguments

dblink

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

parameters

Simulation parameters being analysed

parameter_set

Robustness parameter sets, supplied as an R object in the environment

experiment_id

The ID of the experiment in the database, if not a new experiment. If NULL an experiment ID will be created

experiment_description

A description of this experiment, if a new experiment is being created

experiment_date

Date experiment created. Defaults to today's date if not entered


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