mm_read_message: Parse a markdown document into yaml and body components.

View source: R/parse_email.R

mm_read_messageR 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()


mailmerge documentation built on Aug. 15, 2022, 1:05 a.m.