prPath: Get the full path of a file

Description Usage Arguments Value Examples

Description

The function returns the absolute path of a file contained in the current project.

Usage

1
prPath(x)

Arguments

x

Relative path of a file contained in the project.

Value

Absolute path of the file.

Examples

1
2
3
4
projectPath <- file.path(tempdir(), "test")
prInit(projectPath)

prPath("data")

cuche27/project documentation built on May 14, 2019, 12:50 p.m.