powered by
Simple getter for the logged populations.
getPopulations(log, trim = TRUE)
[list] List of populations.
list
[ecr_logger] The log generated by initLogger.
ecr_logger
initLogger
[logical(1)] Should unused lines in the logged be cut off? Usually one wants this behaviour. Thus the default is TRUE.
logical(1)
TRUE
This functions throws an error if the logger was initialized with log.pop = FALSE (see initLogger).
log.pop = FALSE
Other logging: getStatistics, initLogger, updateLogger
getStatistics
updateLogger