Skip to contents

Drop in replacement for `here` (`here` pkg)

Usage

here(..., projRoot = .locate_project())

Arguments

...

the relative path within the project

projRoot

the project root - defaults to `.locate_project()`

Value

a path

Examples

try(.here("vignettes"))
#> Error in .here("vignettes") : could not find function ".here"