disc_dd: Get or set discr deployments directory

Description Usage Arguments Details Value

View source: R/disc_dd.R

Description

This is the directory where deployments are stored (usually as a set of numbered folders). Data will be read from and written to this directory. Settings will also be stored there.

Usage

1
disc_dd(deploy.dir = NULL)

Arguments

deploy.dir

path to the directory containing deployments (and associated options). By default "deployments" in the current directory.

Details

The standard behaviour is having a "deployments" directory in the current working directory of R. If this is not adequate, this function can set it to something else (an absolute path on another drive, another relative path such as "data/deployments", etc.). To make this choice persistent across sessions, set the option disc.deploy.dir in your .Rprofile.

Value

The path to the deployment directory, which has been checked for existence and writability.


jiho/discr documentation built on May 19, 2019, 9:30 a.m.