Skip to content
Prev 49142 / 63424 Next

[R logs] Help in develop a simply logs package

On 07/10/2014 11:11 AM, DataK - B. THIEURMEL wrote:
That question makes no sense.  withCallingHandlers is not applied to 
environments or packages, it is applied to expressions.
You would need to write the read-eval-print loop.  Read text from the 
console until you have a complete expression, then evaluate it in 
withCallingHandlers.  Repeat.

Duncan Murdoch