Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rprojroot-package

rprojroot: Finding Files in Project Subdirectories


Description

Robust, reliable and flexible paths to files below a project root. The 'root' of a project is defined as a directory that matches a certain criterion, e.g., it contains a certain regular file.

Details

See the "Value" section in root_criterion() for documentation of root criterion objects, and criteria for useful predefined root criteria.

Author(s)

Maintainer: Kirill Müller krlmlr+r@mailbox.org (ORCID)

See Also

Useful links:

Examples

criteria
## Not run: 
is_r_package$find_file("NAMESPACE")
root_fun <- is_r_package$make_fix_file()
root_fun("NAMESPACE")

## End(Not run)

rprojroot

Finding Files in Project Subdirectories

v2.0.2
MIT + file LICENSE
Authors
Kirill Müller [aut, cre] (<https://orcid.org/0000-0002-1416-3412>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.