Learn R Programming

rtweet (version 1.2.1)

client_get: 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()

Arguments

Value

The current client used.

See Also

Other client: client_as(), client_has_default(), client_save()

Examples

Run this code
if (FALSE) {
client_get()
}

Run the code above in your browser using DataLab