powered by
Function to retrieve a given thread by id
thread(id, user_id = "me")
thread id to access
gmail user_id to access, special value of 'me' indicates the authenticated user.
https://developers.google.com/gmail/api/v1/reference/users/threads
Other thread: delete_thread, modify_thread, threads, trash_thread, untrash_thread
delete_thread
modify_thread
threads
trash_thread
untrash_thread
# NOT RUN { my_thread = thread(12345) # }
Run the code above in your browser using DataLab