Learn R Programming

PSPManalysis (version 0.3.9)

PSPMclean: Deletes on request all files produced by the PSPManalysis package.

Description

PSPMclean deletes all PSPManalysis result files (default) and/or all executables (hit 'F') in the current directory.

Usage

PSPMclean(str = NULL)

Value

None.

Arguments

str

Character (optional). Only valid argument is 'F'. If not or wrongly specified the user will be asked whether to do a full clean up or whether to quit the clean up.

Examples

Run this code
if (FALSE) {
PSPMclean()

PSPMclean("F")
}

Run the code above in your browser using DataLab