mm_read_message_googledoc {mailmerge} | R Documentation |
Parse the email template inside a markdown document on google drive.
Description
You can use this to construct the message
argument of mail_merge()
.
Usage
mm_read_message_googledoc(id)
Arguments
id |
Unique Google Drive identifier, passed to googledrive::drive_download |
Value
A list of character strings
See Also
Other parsing functions:
mm_read_message()
[Package mailmerge version 0.2.5 Index]