project_path: Get DataPackageR Project Root Path

View source: R/processData.R

project_pathR Documentation

Get DataPackageR Project Root Path

Description

Get DataPackageR Project Root Path

Usage

project_path(file = NULL)

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

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

RGLab/DataPackageR documentation built on April 19, 2024, 7:33 p.m.