Get a list of all labels
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.## Not run: my_labels <- gm_labels() ## End(Not run)
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()
Useful links