dot-shaman_load_config: Load all the configuration files required for the package.

.shaman_load_configR Documentation

Load all the configuration files required for the package.

Description

Loads the configuration files which were filled by the user. Accepts either directory path from config_dir, or individual files supplied by the other parameters.

Usage

.shaman_load_config(
  config_dir,
  shaman_config = file.path(config_dir, "shaman.conf"),
  reset = FALSE
)

Arguments

config_dir

A directory with all the defined config files. Should have the same files as those that were exported with shaman_dump_config.

shaman_config

Parameter file


tanaylab/shaman documentation built on April 2, 2022, 1:32 a.m.