cleanupLogs: Remove R Batch Output Files.

Description Usage Arguments Value Examples

Description

Each step of the flowPhyto pipeline generates a large number of .Rout files that should be cleaned up. This function does just that and optionally leaves the outputs with errors intact for troubleshooting purposes.

Usage

1
cleanupLogs(log.dir='.', keep.erred=TRUE)

Arguments

log.dir

The directory where the log files were written to.

keep.erred

Whether or not to keep the log files with errors.

Value

none

Examples

1
cleanupLogs('.')

flowPhyto documentation built on Sept. 12, 2016, 6:18 a.m.