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/preprocessData documentation built on April 17, 2024, 4:43 p.m.