Re: [R] eMail results out of R

2007-07-12 Thread Scillieri, John
We use a program called Blat (www.blat.net) on Windows to email out results of overnight runs. If you're on Unix/Linux you can definitely do a similar thing using one of the hundreds of command line utils. The R code is similar to below: sendEmail <- function(from, to, subject, body) { BLAT <-

[R] R Logging Package

2007-07-06 Thread Scillieri, John
> Does anyone know how to print out the current function name and line > number (similar to how warning(call.=TRUE) operates). I'd like this > for a logging package I'm working on, but I can't seem to find a way. > > Thanks for your help, > > John Scillieri >>> This e-mail and any attachments a

[R] R Logging Package

2007-07-05 Thread Scillieri, John
Does anyone know how to print out the current function name and line number (similar to how warning(call.=TRUE) operates). I'd like this for a logging package I'm working on, but I can't seem to find a way. Thanks for your help, John Scillieri >>> This e-mail and any attachments are confidentia