2012年8月27日星期一

sending a email/text with R

1. Sending a Text in R

1
2
3
4
install.packages("mail",repos="http://cran.case.edu/")
library(mail)
sendmail("5555555555@txt.att.net",
         subject="Notification from R",message="MCMC Finished", password="rmail")


2. sending mail from Batch file

没有评论:

发表评论