checkBatmanOptions {batman} | R Documentation |
Check batmanOptions.txt file and may add a new input line at the end of the file for old versions.
checkBatmanOptions(dir)
dir |
The directory of batmanOptions.txt file. |
library(batman) ## createfolder "runBATMAN" in current working directory batmanDir = newDir(runBATMANDir = getwd(), overwriteFile = TRUE) checkBatmanOptions(dir = paste(batmanDir[2], "/batmanOptions.txt", sep = ""))