Description Usage Arguments Value Note See Also
View source: R/is_duplicated_log_entry.R
The log.entry
is checked against the existing log entries from
last.tryCatchLog.result
using the following columns:
msg.text
full.stack.trace
1 | is.duplicated.log.entry(log.entry)
|
log.entry |
A |
TRUE
if the log.entry
is a duplicate, else FALSE
Required function to fix issue #18 (https://github.com/aryoda/tryCatchLog/issues/18)
last.tryCatchLog.result
,
build.log.entry
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.