Learn R Programming

polmineR (version 0.7.0)

mail: Mail result.

Description

Mail a result (to yourself).

Usage

mail(object, ...)
"mail"(object, to = NULL, filename = "drillerExport.html", what = "html")
"mail"(object, to = NULL, nrow = NULL, fileFormat = c("csv", "xlsx"))
"mail"(object, to = NULL, nrow = NULL, fileFormat = c("csv", "xlsx"))
"mail"(object, to = NULL, nrow = NULL, fileFormat = c("csv", "xlsx"))
"mail"(object, to = NULL, nrow = NULL, fileFormat = c("csv", "xlsx"))
"mail"(object, to = NULL, nrow = NULL, fileFormat = c("csv", "xlsx"))

Arguments

object
object to deliver
...
further parameters
to
the receiver of the mail message
filename
filename
what
what to send (defaults to "html")
nrow
the number of rows of the table (if NULL, the whole table will be sent)
fileFormat
csv or xlsx, or both