gm_draft: Get a single draft

View source: R/gm_draft.R

gm_draftR Documentation

Get a single draft

Description

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

References

https://developers.google.com/gmail/api/reference/rest/v1/users.drafts/get

See Also

Other draft: gm_delete_draft(), gm_drafts(), gm_send_draft()

Examples

## Not run: 
my_draft <- gm_draft("12345")

## End(Not run)

gmailr documentation built on July 9, 2023, 5:07 p.m.