get_conversations {imguR} | R Documentation |
Get conversations
Description
Get a specific conversation or all conversations
Usage
get_conversations(id = NULL, ...)
Arguments
id |
A conversation ID. If |
... |
Other arguments passed to HTTP request functions, for example: |
Details
Retrieves a named conversation, possibly returned by get_conversations
, or all conversations.
Value
An object of class “imgur_message”.
Author(s)
Thomas J. Leeper
See Also
Examples
## Not run:
tkn <- imgur_login()
get_conversations(token = tkn)
## End(Not run)
[Package imguR version 1.0.3 Index]