grepLogs {BatchJobs} | R Documentation |
Grep log files for a pattern.
Description
Searches for occurence of pattern
in log files.
Usage
grepLogs(
reg,
ids,
pattern = "warn",
ignore.case = TRUE,
verbose = FALSE,
range = 2L
)
Arguments
reg |
[ |
ids |
[ |
pattern |
[ |
ignore.case |
[ |
verbose |
[ |
range |
[ |
Value
[integer
]. Ids of jobs where pattern was found in the log file.
See Also
Other debug:
debugMulticore()
,
debugSSH()
,
getErrorMessages()
,
getJobInfo()
,
getLogFiles()
,
killJobs()
,
resetJobs()
,
setJobFunction()
,
showLog()
,
testJob()
[Package BatchJobs version 1.9 Index]