Learn R Programming

gmailr (version 0.5.0)

draft: Get a single draft

Description

Function to retrieve a given draft by id

Usage

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/v1/reference/users/drafts/get

Examples

Run this code
my_draft = draft('12345')

Run the code above in your browser using DataLab