search for: blat194

Displaying 1 result from an estimated 1 matches for "blat194".

Did you mean: bayat194
2005 May 10
6
Does R have a command for sending emails?
Is there a way to have an R program send an email? Something like this: address <- 'abc at d.com' text <- 'This is the email body' send.email(address, text) Thanks. FS