getDir {ddCt}R Documentation

Auxillary functions for the executive scripts

Description

getDir creates a directory in case it does not exist and returns the directory name.

Usage

getDir(dir, ...)

Arguments

dir

Directory name

...

Other parameters passed to dir.create

Details

Auxillary functions

Value

getDir returns the directory name

Author(s)

Jitao David Zhang <jitao_david.zhang@roche.com>

Examples

getDir(tempdir())

[Package ddCt version 1.42.0 Index]