Skip to content

Function to retrieve a given draft by <-

Usage

gm_draft(id, user_id = "me", format = c("full", "minimal", "raw"))

Arguments

id

draft id to access

user_id

gmail user_id to access, special value of 'me' indicates the authenticated user.

format

format of the draft returned

Examples

if (FALSE) { # \dontrun{
my_draft <- gm_draft("12345")
} # }