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