Learn R Programming

ProjectTemplate (version 0.11.0)

.is.ProjectTemplate: Test whether a given path is a ProjectTemplate project

Description

Test whether a given path is a ProjectTemplate project

Usage

.is.ProjectTemplate(path = getwd())

Value

Logical indicating whether the given path is a valid project.

Arguments

path

Directory to check, defaults to the current working directory.