clean {BuildSys}R Documentation

Remove Files Create by this Project

Description

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

Usage

  ## S4 method for signature '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.

Note

see BuildSys-package for examples of use.

Author(s)

Paavo Jumppanen [aut, cre]

Maintainer: Paavo Jumppanen <paavo.jumppanen@csiro.au>

See Also

BuildSys-package


[Package BuildSys version 1.1.2 Index]