formatted_output | R Documentation |
crate list of functions including print, warning and error, each of which accept format style like sprintf.
formatted_output(
outpath = NULL,
errpath = NULL,
head_format = "%Y-%m-%d %H:%M:%S",
use_utc = FALSE,
use_pid = FALSE
)
outpath |
Optional; output file path which log all of output. |
errpath |
Optional; error file path which log only warning and error output. |
head_format |
header format of each row. Default is %Y-%m-%d %H:%M:%S. |
use_utc |
Logical; if TRUE, the head format is filled by UTC and head end with 'Z'. |
use_pid |
Logical; if TRUE, the pid is added as '@xxxxx'. |
print, warning and error functions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.