Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler rinker committed Aug 30, 2012
1 parent af0879d commit 09b9bbc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions man/email.Rd
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
\name{email}
\alias{email}
Send Gmail in R
\title{
Enables a user to send an email or text in R. Useful to alert the user that a simulation is complete.
Send gmail with Attachments in R
}
\description{
%% ~~ A concise (1-5 lines) description of what the function does. ~~
Enables a user to send an email or text in R. Useful to alert the user that a simulation is complete.
}
\usage{
email(to, subject = "R message", message = "EOM", attachment = NULL, server = "smtp.gmail.com:587", from = FROM, username = UNAME, password = PWORD, confirmBeforeSend = FALSE)
Expand Down

0 comments on commit 09b9bbc

Please sign in to comment.