R/gmailr.R
gm_id.Rd
Get the id of a gmailr object
gm_id(x, ...) # S3 method for class 'gmail_messages' gm_id(x, what = c("message_id", "thread_id"), ...)
the object from which to retrieve the id
other parameters passed to methods
the type of id to return
if (FALSE) { # \dontrun{ gm_id(my_message) gm_id(my_draft) } # }