Learn R Programming

BuildSys (version 1.1.2)

clean: Remove Files Create by this Project

Description

Calling clean will remove the files and folders created by the project.

Usage

# S4 method for BSysProject
clean(.Object)

Arguments

.Object

.Object is an object instance of class BSysProject that describes the code project.

Value

this method has no return value.

See Also

BuildSys-package