Learn R Programming

ProjectTemplate (version 0.11.0)

.stopifproject: Raise an error if given path is a valid project

Description

Function to stop processing if the path is a Project Template.

Usage

.stopifproject(additional_message = "", path = getwd())

Value

No value is returned; this function is called for its side effects

Arguments

additional_message

Optional message to show if the given path is not a valid project

path

Path to check if it is a valid project