Get a list of all labels for a user.

gm_labels(user_id = "me")

Arguments

user_id

gmail user_id to access, special value of 'me' indicates the authenticated user.

See also

Examples

if (FALSE) { # \dontrun{
my_labels <- gm_labels()
} # }