powered by
The function returns the absolute path of a file contained in the current project.
prPath(x)
Relative path of a file contained in the project.
Absolute path of the file.
# NOT RUN { projectPath <- file.path(tempdir(), "test") prInit(projectPath) prPath("data") # }
Run the code above in your browser using DataLab