mngr_option_dir_run: Converting paths to runpaths

Description Usage Details Value

View source: R/config.R

Description

This option determines the function used to set the path where an analysis will be run. mngr checks out the git repository to a separate location, when running the analysis, so that the original working copy of the R files can be edited while the original analysis is running, without changing what runs.

Usage

1

Details

This option should be set to a function that converts $GIT_TOPLEVEL to the equivalant run directory.

By default $HOME/path/to/$GIT_TOPLEVEL/ will be converted to $HOME/run/$GIT_TOPLEVEL.

Value

The function used for converting filepath to the runpath


rjbgoudie/mngr documentation built on May 27, 2019, 9:13 a.m.