checkBatmanOptions {batman}R Documentation

Check previouse versions of batmanOptions.txt file and unify the parameter names to the current one.

Description

Check batmanOptions.txt file and may add a new input line at the end of the file for old versions.

Usage

checkBatmanOptions(dir)

Arguments

dir

The directory of batmanOptions.txt file.

Examples

library(batman)
## createfolder "runBATMAN" in current working directory
batmanDir = newDir(runBATMANDir = getwd(), overwriteFile = TRUE)
checkBatmanOptions(dir = paste(batmanDir[2], "/batmanOptions.txt", sep = ""))

[Package batman version 1.2.1.11 Index]