get_conversations {imguR} | R Documentation |
Get a specific conversation or all conversations
get_conversations(id = NULL, ...)
id |
A conversation ID. If |
... |
Other arguments passed to HTTP request functions, for example: |
Retrieves a named conversation, possibly returned by get_conversations
, or all conversations.
An object of class “imgur_message”.
Thomas J. Leeper
## Not run:
tkn <- imgur_login()
get_conversations(token = tkn)
## End(Not run)