gm_draft | R Documentation |
Function to retrieve a given draft by <-
gm_draft(id, user_id = "me", format = c("full", "minimal", "raw"))
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 |
https://developers.google.com/gmail/api/reference/rest/v1/users.drafts/get
Other draft:
gm_delete_draft()
,
gm_drafts()
,
gm_send_draft()
## Not run:
my_draft <- gm_draft("12345")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.