Learn R Programming

cloudfs (version 0.1.3)

validate_desc: Validate project's DESCRIPTION file

Description

Checks that DESCRIPTION file exists in a project folder. If it's not the case, proposes to create a DESCRIPTION file from template.

Usage

validate_desc(project = ".")

Value

Either TRUE or an error.

Arguments

project

Character. Path to a project. By default it is current working directory.