mime_part.character | R Documentation |
Create a MIME part from a character string. If the string matches a filename, a MIME part containing that file is returned instead.
## S3 method for class 'character' mime_part(x, name, type = "text/plain", flowed = FALSE, ...)
x |
Character string, possibly a filename. |
name |
Name of attachment. |
type |
Content type of inline text. Defaults to "text/plain". |
flowed |
Should "format=flowed" be added to the content header. |
... |
Ignored. |
An S3 mime_part
object.
mime_part_html
for adding inline HTML
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.