is_r_package {packager} | R Documentation |
Is a Directory an R Package Root Directory?
Description
Just a convenience wrapper to
rprojroot::is_r_package
.
Usage
is_r_package(path)
Arguments
path |
The path to the directory. |
Value
TRUE if the directory is an R package root directory.
[Package packager version 1.15.3 Index]