as.character.envelope | R Documentation |
Accepts a message object and formats it as a MIME document.
## S3 method for class 'envelope'
as.character(x, ..., details = TRUE, encode = FALSE)
x |
A message object. |
... |
Further arguments passed to or from other methods. |
details |
Whether or not to display full message content. |
encode |
Whether to encode headers. |
A formatted message object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.