auth_sitrep {rtweet} | R Documentation |
Twitter Tokens sitrep
Description
Get a situation report of your current tokens; useful for upgrading from rtweet 0.7.0 to 1.0.0 and diagnosing problems with tokens.
Usage
auth_sitrep()
Details
Prints rtweet tokens on the old folder (rtweet < 0.7.0) and on the new (rtweet > 1.0.0) default location. For each folder it reports apps and then users and bots authentications. For users authentications it reports the user_id, so that you can check who is that user.
Users should follow its advise, if there is no advise but there are still some problems authenticating regenerate the authentications.
Value
Invisibly, TRUE if some problems were found and FALSE otherwise
Note
It is safe to use in public, as instead of the tokens or keys it reports a letter.
See Also
Examples
auth_sitrep()
[Package rtweet version 2.0.0 Index]