Mail a result (to yourself).
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"))
object to deliver
further parameters
the receiver of the mail message
filename
what to send (defaults to "html")
the number of rows of the table (if NULL, the whole table will be sent)
csv or xlsx, or both