Construct a path to a location within an installed or development package
Source:R/path_package.R
path_package.Rd
path_package
differs from system.file()
in that it always returns an
error if the package does not exist. It also returns a different error if
the file within the package does not exist.
Arguments
- package
Name of the package to in which to search
- ...
Additional paths appended to the package path by
path()
.