Learn R Programming

gmailr (version 1.0.1)

gm_body: Get the body text of a message or draft

Description

Get the body text of a message or draft

Usage

gm_body(x, ...)

Arguments

x

the object from which to retrieve the body

...

other parameters passed to methods

Examples

Run this code
if (FALSE) {
gm_body(my_message)
gm_body(my_draft)
}

Run the code above in your browser using DataLab