Mail a result (to yourself).
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | mail(object, ...)
## S4 method for signature 'partition'
mail(object, to = NULL,
filename = "drillerExport.html", what = "html")
## S4 method for signature 'context'
mail(object, to = NULL, nrow = NULL,
fileFormat = c("csv", "xlsx"))
## S4 method for signature 'comp'
mail(object, to = NULL, nrow = NULL,
fileFormat = c("csv", "xlsx"))
## S4 method for signature 'kwic'
mail(object, to = NULL, nrow = NULL,
fileFormat = c("csv", "xlsx"))
## S4 method for signature 'dispersion'
mail(object, to = NULL, nrow = NULL,
fileFormat = c("csv", "xlsx"))
## S4 method for signature 'data.frame'
mail(object, to = NULL, nrow = NULL,
fileFormat = c("csv", "xlsx"))
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.