Learn R Programming

gmailr (version 1.0.1)

gm_id: Get the id of a gmailr object

Description

Get the id of a gmailr object

Usage

gm_id(x, ...)

# S3 method for gmail_messages gm_id(x, what = c("message_id", "thread_id"), ...)

Arguments

x

the object from which to retrieve the id

...

other parameters passed to methods

what

the type of id to return

Examples

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

Run the code above in your browser using DataLab