Skip to content
Prev 49156 / 63424 Next

[R logs] Help in develop a simply logs package

On Oct 7, 2014, at 7:04 AM, DataK - B. THIEURMEL <bt at datak.fr> wrote:
It really depends on what you're after. If you really mean log as in recording errors/message that go to the console the you can use the console interface API to override WriteConsole and ShowMessage to tie the messages to another place in addition to printing it out. But what is feasible really depends on how you run R in the first place (and on which OS).

Cheers,
Simon