prPath {tinyProject} | R Documentation |
Get the full path of a file
Description
The function returns the absolute path of a file contained in the current project.
Usage
prPath(x)
Arguments
x |
Relative path of a file contained in the project. |
Value
Absolute path of the file.
Examples
projectPath <- file.path(tempdir(), "test")
prInit(projectPath)
prPath("data")
[Package tinyProject version 0.6.1 Index]