Reveals information about the profile associated with the current token.
gm_profile(user_id = "me", verbose = TRUE)A list of class gmail_profile.
Wraps the getProfile endpoint:
if (FALSE) { # \dontrun{
gm_profile()
## more info is returned than is printed
prof <- gm_profile()
prof[["historyId"]]
} # }