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


andrie/mailmerge documentation built on April 3, 2024, 2:33 a.m.