Skip to content

Get a list of all labels for a user.

Usage

gm_labels(user_id = "me")

Arguments

user_id

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

Examples

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