Learn R Programming

polmineR (version 0.6.1)

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
a driller object
...
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