project_data_path {DataPackageR} | R Documentation |
Get DataPackageR data path
Description
Get DataPackageR data path
Usage
project_data_path(file = NULL)
Arguments
file |
|
Details
Returns the path to the data package data subdirectory, or constructs a path to a file in the data subdirectory from the file argument.
Value
character
Examples
if(rmarkdown::pandoc_available()){
project_data_path( file = "data.rda" )
}
[Package DataPackageR version 0.16.0 Index]