log_note {rjtools}R Documentation

Produce a log file entry for a note

Description

Append a line in the log file that details a note

Usage

log_note(text, ..., file = stdout(), .envir = parent.frame())

Arguments

text

Description of the error that occurred

...

Additional inputs for text passed to the glue function

file

The console output directed to the log, using stdout

.envir

The environment used to find the text string replacements


[Package rjtools version 1.0.1 Index]