View source: R/taf.boot.path.R
taf.boot.path | R Documentation |
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
.
taf.boot.path(..., fsep = .Platform$file.sep)
... |
names of folders or files to append to the result. |
fsep |
path separator to use instead of the default forward slash. |
Relative path, or a vector of paths.
This function is especially useful in boot scripts.
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.
## Not run:
taf.boot.path()
taf.boot.path("software")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.