project_extdata_path {DataPackageR} | R Documentation |
Get DataPackageR extdata path
project_extdata_path(file = NULL)
file |
|
Returns the path to the data package extdata subdirectory, or constructs a path to a file in the extdata subdirectory from the file argument.
character
if(rmarkdown::pandoc_available()){
project_extdata_path(file = "mydata.csv")
}