Create a logger function which can be used to store status
output either to a file or stdout. A logger function is a function which
accepts any number of arguments via the ellipse parameter ...
. These
arguments are concatenated via paste(..., sep="",
collapse="")
and printed to the destination. The destination might be a
file or the console or whatever.
1 | makeLogger(logging, cores = 1L)
|
logging |
should progress information be printed: either |
cores |
the number of processing cores. This is not really relevant
itself, but ( |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.