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.

See also

Examples

if (FALSE) {
my_labels <- gm_labels()
}