
Last chance! 50% off unlimited learning
Sale ends in
You'll need to run this function once per computer so that rtweet can use
your personal Twitter account. See rtweet_app()
/rtweet_bot and
auth_save()
for other authentication options.
auth_setup_default()auth_has_default()
auth_setup_default()
: Invisibly returns the previous authentication mechanism.
auth_has_default()
: A logical value TRUE
if there is a default authentication.
It will use the current logged in account on the default browser to detect the credentials needed for rtweet and save them as "default". If a default is found it will use it instead.
Other authentication:
auth_as()
,
auth_get()
,
auth_save()
,
rtweet_user()
if (FALSE) {
if (!auth_has_default() && interactive()) {
auth_setup_default()
}
}
Run the code above in your browser using DataLab