Skip to contents

Get DataPackageR data path

Usage

project_data_path(file = NULL)

Arguments

file

character or NULL (default).

Value

character

Details

Returns the path to the data package data subdirectory, or constructs a path to a file in the data subdirectory from the file argument.

Examples

if(rmarkdown::pandoc_available()){
project_data_path( file = "data.rda" )
}
#> [1] "/tmp/RtmpI0UNBb/file9393ed2aa37/data/data.rda"