extract_scripts: Extraction of scripts.

Description Usage Arguments Value

Description

This function extracts the scripts from the internal file hierarchy to a target directory selected by the user.

Usage

1
extract_scripts(target_dir)

Arguments

target_dir

The path to the directory where the scripts are to be added. Note that the target directory must exist and be empty in order for this function to work. The existence-requirement is included in order to avoid that directories are accidentally created, and the empty-requirement is included in order to avoid that previously extracted (and potentially modified) versions of the scripts are overwritten.

Value

If successful, the scripts are moved into target_dir, and the user can then run them (or modify them) as desired.


LAJordanger/expRiments documentation built on May 9, 2019, 2:24 p.m.