checkBatmanOptions: Check previouse versions of batmanOptions.txt file and unify...

Description Usage Arguments Examples

View source: R/checkBatmanOptions.R

Description

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

Usage

1

Arguments

dir

The directory of batmanOptions.txt file.

Examples

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

batman documentation built on May 2, 2019, 6:13 p.m.