gm_labels | R Documentation |
Get a list of all labels for a user.
gm_labels(user_id = "me")
user_id |
gmail user_id to access, special value of 'me' indicates the authenticated user. |
https://developers.google.com/gmail/api/reference/rest/v1/users.labels/list
Other label:
gm_create_label()
,
gm_delete_label()
,
gm_label()
,
gm_update_label()
## Not run:
my_labels <- gm_labels()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.