get_gargoyle_logs {gargoyle} | R Documentation |
Handle logs
Description
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()
}
[Package gargoyle version 0.0.1 Index]