Learn R Programming

TAF (version 4.2.0)

taf.boot.path: Construct Boot Path

Description

Construct a relative path to the boot folder, regardless of whether the current working directory is the TAF root, the boot folder, or a subfolder inside boot.

Usage

taf.boot.path(..., fsep = .Platform$file.sep)

Value

Relative path, or a vector of paths.

Arguments

...

names of folders or files to append to the result.

fsep

path separator to use instead of the default forward slash.

See Also

file.path is the underlying function used to construct the path.

taf.data.path constructs the path to boot data files.

TAF-package gives an overview of the package.

Examples

Run this code
if (FALSE) {
taf.boot.path()
taf.boot.path("software")
}

Run the code above in your browser using DataLab