cat_prefix_info = function(x) format(Sys.time(), "[%Y-%m-%d %H:%M:%S | INFO] ")
cat_prefix_warn = function(x) format(Sys.time(), "[%Y-%m-%d %H:%M:%S | WARN] ")
cat_prefix_err = function(x) format(Sys.time(), "[%Y-%m-%d %H:%M:%S | ERROR] ")
collapse_text = function(x, sep = ", ") paste(x, collapse = sep)
GetoptLong::qq.options("cat_prefix" = cat_prefix_info, "cat_strwrap" = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.