append.to.last.tryCatchLog.result: Appends a new log entry to the stored logging output of the...

View source: R/last_tryCatchLog_result.R

append.to.last.tryCatchLog.resultR Documentation

Appends a new log entry to the stored logging output of the last call to tryCatchLog or tryLog

Description

You can get the last logging output by calling last.tryCatchLog.result.

Usage

append.to.last.tryCatchLog.result(new.log.entry)

Arguments

new.log.entry

the new log entry (a data.frame created with link{build.log.entry})

Details

THIS FUNCTION IS USED ONLY PACKAGE INTERNALLY!

Value

the complete logging result of the last call to tryCatchLog or tryLog as data.frame

Note

THIS IS A PACKAGE INTERNAL FUNCTION AND THEREFORE NOT EXPORTED.

See Also

last.tryCatchLog.result, reset.last.tryCatchLog.result,


aryoda/tryCatchLog documentation built on Feb. 6, 2023, 1:42 a.m.