Learn R Programming

polmineR (version 0.7.4)

mail: Mail result.

Description

Mail a result (to yourself).

Usage

mail(object, ...)

# S4 method for partition mail(object, to = NULL, filename = "drillerExport.html", what = "html")

# S4 method for cooccurrences mail(object, to = NULL, nrow = NULL, fileFormat = c("csv", "xlsx"))

# S4 method for features mail(object, to = NULL, nrow = NULL, fileFormat = c("csv", "xlsx"))

# S4 method for kwic mail(object, to = NULL, nrow = NULL, fileFormat = c("csv", "xlsx"))

# S4 method for dispersion mail(object, to = NULL, nrow = NULL, fileFormat = c("csv", "xlsx"))

# S4 method for data.frame 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