id {gmailr} | R Documentation |
Get the id of a gmailr object
id(x, ...) ## S3 method for class 'gmail_messages' id(x, what = c("message_id", "thread_id"), ...)
x |
the object from which to retrieve the id |
... |
other parameters passed to methods |
what |
the type of id to return |
## Not run: id(my_message) id(my_draft) ## End(Not run)