deleteFiles: Function that deletes intermediate files upon user's request.

Description Usage Arguments Author(s) See Also

Description

This function deletes the intermediate file generated after running gimm and posthoc. Here the user can choose the files to be deleted. The files should reside in current folder

Usage

1
deleteFiles(dataFile, zm=FALSE, pos=FALSE, mpm=FALSE, verbose=FALSE)

Arguments

dataFile

User should provide the Filename. Only the exact name of the file will be used without any extension. if missing, default File name is "Result"

verbose

If true, all the internal comments of the commands will be displayed on console.

zm

If true, .zm file will be deleted. Default is false.

mpm

If true, .mpm file will be deleted. Default is false.

pos

If true, .pos file will be deleted. Default is false.

Author(s)

Vinayak Kumar, Mario Medvedovic

See Also

cleanFolder


uc-bd2k/gimmR documentation built on May 3, 2019, 2:15 p.m.