Learn R Programming

ddCt (version 1.28.0)

getDir: 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

Value

getDir returns the directory name

Details

Auxillary functions

Examples

Run this code
getDir(tempdir())

Run the code above in your browser using DataLab