project_path: Get DataPackageR Project Root Path

Description Usage Arguments Details Value Examples

View source: R/processData.R

Description

Get DataPackageR Project Root Path

Usage

1

Arguments

file

character or NULL (default).

Details

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

Value

character

Examples

1
2
3
if(rmarkdown::pandoc_available()){
project_path( file = "DESCRIPTION" )
}

DataPackageR documentation built on March 17, 2021, 5:07 p.m.