Learn R Programming

icesTAF (version 3.6.0)

taf.boot.path: Construct Path to a TAF bootstrap folder

Description

Construct the path to a file in the TAF bootstrap data folder from components in a platform-independent way. This function checks to see if R is running in the bootstrap folder - i.e. `taf.bootstrap()` is running, and adjusts the path accordingly.

Usage

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

Value

character

Arguments

...

character vectors. Long vectors are not supported.

fsep

the path separator to use (assumed to be ASCII).

Details

This function, simplifies the construction of file paths to the boot (bootstrap) folder.

See Also