CreateOrClean: creates or cleans a given directory (non recursively). If the...

Description Usage Arguments Examples

View source: R/HandyUtilities.R

Description

creates or cleans a given directory (non recursively). If the dir doesn't exist the function will create it, if it does exist, the function will remove all items from the directory. Used to create ”Output” directories whose items are expendible

Usage

1
CreateOrClean(directory)

Arguments

directory

- the dir to create or to remove all items from non recursively

Examples

1
CreateOrClean('path/to/my/directory')

miepstei/MetabolonR documentation built on May 22, 2019, 10:50 p.m.