powered by
Get DataPackageR extdata path
project_extdata_path(file = NULL)
character
character or NULL (default).
NULL
Returns the path to the data package extdata subdirectory, or constructs a path to a file in the extdata subdirectory from the file argument.
if(rmarkdown::pandoc_available()){ project_extdata_path(file = "mydata.csv") }
Run the code above in your browser using DataLab