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