Last data update: 2014.03.03

R: Locate file in testing directory.
test_pathR Documentation

Locate file in testing directory.

Description

This function is designed to work both interatively and during tests, locating files in the tests/testthat directory

Usage

test_path(...)

Arguments

...

Character vectors giving path component.

Value

A character vector giving the path. An error will be thrown if the path doesn't exist.

Results