Learn R Programming

gargoyle (version 0.0.1)

get_gargoyle_logs: Handle logs

Description

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

Usage

get_gargoyle_logs()

clear_gargoyle_logs()

Arguments

Value

A data.frame of the logs.

Examples

Run this code
# NOT RUN {
if (interactive()){
  get_gargoyle_logs()
  clear_gargoyle_logs()
}
# }

Run the code above in your browser using DataLab