Learn R Programming

mailmerge (version 0.2.5)

mm_read_message_googledoc: 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)

Value

A list of character strings

Arguments

id

Unique Google Drive identifier, passed to googledrive::drive_download

See Also

Other parsing functions: mm_read_message()