Learn R Programming

packager (version 1.9.0)

is_r_package: 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.