Skip to contents

Get / Clear the logs of all the time the `trigger()` functions are launched.

Usage

get_gargoyle_logs()

clear_gargoyle_logs()

Value

A data.frame of the logs.

Examples

if (interactive()){
  get_gargoyle_logs()
  clear_gargoyle_logs()
}