changeOutDirectory: Change outDirectory

Description Usage Arguments Value Examples

View source: R/changeOutDirectory.R

Description

Sets the current outDirectory which will store the Data Ontology and all function output. Option to create directory if does not exist.

Usage

1
changeOutDirectory(outdir, create = FALSE)

Arguments

outdir

directory path

create

TRUE/FALSE (will create the directory if it does not exist)

Value

none (called for side effect: sets outDirectory)

Examples

1
changeOutDirectory(outdir=.”, create=FALSE)

BenGlicksberg/ROMOP documentation built on March 6, 2020, 8:15 p.m.