add_efast_sim_results_from_csv_files: Adds a set of results to the database for a given eFAST...

Description Usage Arguments

Description

Adds a set of results to the database for a given eFAST experiment, from a set of CSV files

Usage

1
2
3
add_efast_sim_results_from_csv_files(dblink, results_folder_path,
  parameters, measures, num_curves, experiment_id = NULL,
  experiment_description = NULL, experiment_date = NULL)

Arguments

dblink

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

results_folder_path

The path to folder containing the CSV files being added to the database

parameters

The parameters of the simulation that are being analysed

measures

The measures of the simulation that are being assessed

num_curves

Number of resample curves employed in sampling

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


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