setBaseDirectory: Set Base Directory for neonMicrobe Workspace

View source: R/dirs.R

setBaseDirectoryR Documentation

Set Base Directory for neonMicrobe Workspace

Description

Sets the specified directory as the workspace for the neonMicrobe pipeline. This base directory persists until the end of the R session. If data directories have not yet been generated within the base directory, use makeDataDirectories to do so.

Usage

setBaseDirectory(dir = getwd())

Arguments

dir

Directory to use as the base directory. Defaults to the working directory.

Value

No value is returned.

See Also

makeDataDirectories

Examples

setBaseDirectory() # sets current working directory as base directory
setBaseDirectory(dirname(getwd())) # sets parent directory as base directory

claraqin/neonMicrobe documentation built on April 11, 2024, 11:47 a.m.