is.duplicated.log.entry: Check if a new log entry would be a duplicate of on an...

View source: R/is_duplicated_log_entry.R

is.duplicated.log.entryR Documentation

Check if a new log entry would be a duplicate of on an already existing log entry

Description

The log.entry is checked against the existing log entries from last.tryCatchLog.result using the following columns:

  1. msg.text

  2. full.stack.trace

Usage

is.duplicated.log.entry(log.entry)

Arguments

log.entry

A data.frame with the new log entry (exactly one row)

Value

TRUE if the log.entry is a duplicate, else FALSE

Note

Required function to fix issue #18 (https://github.com/aryoda/tryCatchLog/issues/18)

See Also

last.tryCatchLog.result, build.log.entry


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