On 7/12/2007 9:52 AM, [EMAIL PROTECTED] 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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to