Learn R Programming

mailmerge (version 0.2.5)

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

Value

A list with components yaml and body

Arguments

txt

A file in markdown format

See Also

Other parsing functions: mm_read_message_googledoc()