selex.setwd: Set or change the working directory

Description Usage Arguments Details Value See Also Examples

View source: R/SELEX.R

Description

A function that changes the current working directory.

Usage

1

Arguments

path

Physical location on disk for the current working directory. The full system path must be specified.

Details

The working directory must be specified for every selex.run. This directory is used to store the output of all analyses performed by the selex package. If a certain calculation has already been performed in the given working directory, the previously computed values are returned. If the specified path does not exist, selex.config will attempt to create it.

Value

Not applicable

See Also

selex.config

Examples

1
2
3
workDir = file.path(".", "SELEX_workspace")
# Change the current working directory
selex.setwd(path=workDir)

SELEX documentation built on Nov. 8, 2020, 5:22 p.m.