labels {gmailr} | R Documentation |
Get a list of all labels for a user.
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/v1/reference/users/labels/list
Other label: create_label
,
delete_label
, label
,
update_label
## Not run: my_labels = labels() ## End(Not run)