selectAndLoadSettings: Load settings from a file folder tree into a Study object.

Description Usage Arguments Value

View source: R/SettingsObjectInterface.R

Description

Allows loading of settigns into a Study object. If a directory path name is provided in the fname argument, settings will be loaded from that file. If no directory is provided, the user will be prompted to interactively select a settings folder.

Usage

1
selectAndLoadSettings(study, fname = NULL, root = "./output/")

Arguments

study

A Study object.

fname

Optional, a string giving the absolute or relative paths of the settings to be loaded.

root

Optional, a string giving a path to be checked for Study objects from which to retreive settings.

Value

A Study object with settings loaded.


biodev/packageDir documentation built on Nov. 4, 2019, 7:19 a.m.