validate_desc {cloudfs}R Documentation

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 = ".")

Arguments

project

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

Value

Either TRUE or an error.


[Package cloudfs version 0.1.3 Index]