Description Usage Arguments Note
Utility function which writes gran logs
1 | writeGRANLog(pkg, msg, type = "full", logfile, errfile, pkglog = NULL)
|
pkg |
The name of the package the log is about |
msg |
The log message, collapsed if length>1 |
type |
"full", "error", "warn", or "both" indicating which log(s) the message should be written to |
logfile |
The location of the full log file to write/append to |
errfile |
the location of the error log file to write/append to |
pkglog |
character. The package-specific log file to write to if applicable. |
This function is not intended for direct use by the end user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.