test_path {testthat}R 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.


[Package testthat version 2.3.1 Index]