ErrFile
is mainly used to extract and print data in an EnergyPlus Error
File (.err
).
# S3 method for class 'ErrFile'
print(x, brief = FALSE, info = TRUE, ...)
An ErrFile
created using read_err()
.
If TRUE
, only summary data is printed. Default: FALSE
.
If FALSE
, informative messages are excluded. Only warnings and
errors are printed. Default: TRUE
.
Further arguments passed to or from other methods.
An ErrFile
object, invisibly.