is_r_project: Checks if 'path' contains a valid R project structure

View source: R/is_r_project.r

is_r_projectR Documentation

Checks if path contains a valid R project structure

Description

Checks if path contains:

  • a DESCRIPTION file

  • a NAMESPACE file

  • an R directory

Usage

is_r_project(path = getwd())

Arguments

path

path to check for an R project (defaults to getwd())


giupo/rutils documentation built on June 12, 2025, 9:35 p.m.