client_get {rtweet} | R Documentation |
Get the current client
Description
If no client has been set up for this session, client_get()
will
call client_as()
to set it up.
Usage
client_get()
Value
The current client used.
See Also
Other client:
client_as()
,
client_has_default()
,
client_save()
Examples
## Not run:
client_get()
## End(Not run)
[Package rtweet version 2.0.0 Index]