mime_part.data.frame | R Documentation |
data.frame
.Create a MIME part from a data.frame
.
## S3 method for class 'data.frame' mime_part(x, name = deparse(substitute(x)), filename_extension = ".txt", ...)
x |
A |
name |
Basename of file attachment that is generated. |
filename_extension |
Filename extension (i.e., the suffix) to be used for the attached file. |
... |
Ignored. |
An S3 mime_part
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.