| rtweet-deprecated {rtweet} | R Documentation |
Deprecated functions in rtweet
Description
These functions might not work due to the drop of API v1 in favor of API v2.
-
clean_tweets(): No replacement. -
collections(): No replacement (It hasn't worked for a while). -
direct_messages(): No replacement. -
do_call_rbind(): No replacement (if any it will be a method). -
get_favorites(): Usetweet_liking_users(). -
get_followers(): Useuser_following(). -
get_friends(): Useuser_followers(). -
network_data()andnetwork_graph(): No replacement. -
list_memberships(): Uselist_users(). -
get_mentions(): Useuser_mentions() -
user_block(): No replacement. -
post_favorite(): No replacement. -
post_list():lists_subscribers(),list_subscriptions(),list_members(),lists_users() -
post_tweet(): Usetweet_post(). -
post_follow(): No replacement. -
post_destroy(): Usetweet_delete(). -
search_fullarchive(): Usetweet_search_all(). -
search_30d(): Usetweet_search_recent(). -
rate_limit(): No replacement (already implemented inside the calls). -
save_as_csv(): No replacement. -
search_tweets(): Usetweet_search_recent(). -
search_tweets2(): Usetweet_search_recent(). -
search_users(): Useuser_search(). -
lookup_tweets(): Usetweet_get(),tweet_retweeted_by(). -
stream_tweets(): Usefiltered_stream(),stream_add_rule(),stream_rm_rule()andsample_stream(). -
get_timeline(): Useuser_timeline(). -
get_my_timeline(): Useuser_timeline(). -
get_token(): Useauth_get(). -
get_tokens(): Useauth_get(). -
get_trends(): No replacement. -
trends_available()andtrends_closest(): No replacement. -
ts_data()andts_plot(): No replacement. -
tweet_shot(): No replacement. -
tweet_threading(): Usetweet_get()with conversation ID.