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