pkg_file {FastRet} | R Documentation |
Returns the path to a file within the FastRet package.
pkg_file(path, mustWork = FALSE)
path |
The path to the file within the package. |
mustWork |
If TRUE, an error is thrown if the file does not exist. |
The path to the file.
path <- pkg_file("extdata/RP.xlsx")