[R] eMail results out of R

Duncan Murdoch murdoch at stats.uwo.ca
Thu Jul 12 16:57:16 CEST 2007


On 7/12/2007 9:52 AM, thomas.schwander at mvv.de wrote:
> Hi everyone,
> 
> I did my homework and read the posting guideline :-)
> 
> I want to eMail the results of a computing automatically. So I get the results (the parameters of a garch process) and I want to eMail them to another person. How can I do that?


This will depend on the system you're using.  If the command "emailit" 
would work from the command line on your system, then

system("emailit")

should work from within R.  Writing that command is the hard part, of 
course.

Duncan Murdoch



More information about the R-help mailing list