| mm_read_message {mailmerge} | R Documentation |
Parse a markdown document into yaml and body components.
Description
You can use this to construct the message argument of mail_merge().
Usage
mm_read_message(txt)
Arguments
txt |
A file in markdown format |
Value
A list with components yaml and body
See Also
Other parsing functions:
mm_read_message_googledoc()
[Package mailmerge version 0.2.5 Index]