File: rtweet-deprecated.Rd

package info (click to toggle)
r-cran-rtweet 2.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,068 kB
  • sloc: sh: 13; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 2,437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/deprecated.R
\name{rtweet-deprecated}
\alias{rtweet-deprecated}
\title{Deprecated functions in rtweet}
\description{
These functions might not work due to the drop of API v1 in favor of API v2.
\itemize{
\item \code{clean_tweets()}: No replacement.
\item \code{collections()}: No replacement (It hasn't worked for a while).
\item \code{direct_messages()}: No replacement.
\item \code{do_call_rbind()}: No replacement (if any it will be a method).
\item \code{get_favorites()}: Use \code{tweet_liking_users()}.
\item \code{get_followers()}: Use \code{user_following()}.
\item \code{get_friends()}: Use \code{user_followers()}.
\item \code{network_data()} and \code{network_graph()}: No replacement.
\item \code{list_memberships()}: Use \code{list_users()}.
\item \code{get_mentions()}: Use \code{user_mentions()}
\item \code{user_block()}: No replacement.
\item \code{post_favorite()}: No replacement.
\item \code{post_list()}: \code{lists_subscribers()}, \code{list_subscriptions()}, \code{list_members()}, \code{lists_users()}
\item \code{post_tweet()}: Use \code{tweet_post()}.
\item \code{post_follow()}: No replacement.
\item \code{post_destroy()}: Use \code{tweet_delete()}.
\item \code{search_fullarchive()}: Use \code{tweet_search_all()}.
\item \code{search_30d()}: Use \code{tweet_search_recent()}.
\item \code{rate_limit()}: No replacement (already implemented inside the calls).
\item \code{save_as_csv()}: No replacement.
\item \code{search_tweets()}: Use \code{tweet_search_recent()}.
\item \code{search_tweets2()}: Use \code{tweet_search_recent()}.
\item \code{search_users()}: Use \code{user_search()}.
\item \code{lookup_tweets()}: Use \code{tweet_get()}, \code{tweet_retweeted_by()}.
\item \code{stream_tweets()}: Use \code{filtered_stream()}, \code{stream_add_rule()}, \code{stream_rm_rule()} and \code{sample_stream()}.
\item \code{get_timeline()}: Use \code{user_timeline()}.
\item \code{get_my_timeline()}: Use \code{user_timeline()}.
\item \code{get_token()}: Use \code{auth_get()}.
\item \code{get_tokens()}: Use \code{auth_get()}.
\item \code{get_trends()}: No replacement.
\item \code{trends_available()} and \code{trends_closest()}: No replacement.
\item \code{ts_data()} and \code{ts_plot()}: No replacement.
\item \code{tweet_shot()}: No replacement.
\item \code{tweet_threading()}: Use \code{tweet_get()} with conversation ID.
}
}