find_extdata {nat.utils} | R Documentation |
Construct paths to files in the extdata folder of a package
Description
Construct paths to files in the extdata folder of a package
Usage
find_extdata(..., package = NULL, firstpath = NULL, Verbose = FALSE)
Arguments
... |
components of the path (eventually appended to location of
|
package |
The package to search |
firstpath |
An additional location to check before looking anywhere else |
Verbose |
Whether to print messages about failed paths while looking for extdata |
Details
inst/extdata
is the conventional place to store data that is
not managed directly by the standard R package mechanisms. Unfortunately
its location changes at different stages of the package build/load process,
since in the final package all folders underneath inst
are moved
directly to the package root.
Value
A character vector containing the constructed path
See Also
Other extdata:
read_nl_from_parts()
,
save_nl_in_parts()
Examples
find_extdata(package='nat.utils')
[Package nat.utils version 0.6.1 Index]