powered by
Get DataPackageR Project Root Path
project_path(file = NULL)
character
character or NULL (default).
NULL
Returns the path to the data package project root, or constructs a path to a file in the project root from the file argument.
if(rmarkdown::pandoc_available()){ project_path( file = "DESCRIPTION" ) }
Run the code above in your browser using DataLab