This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 200
/
_pkgdown.yml
114 lines (100 loc) · 2.08 KB
/
_pkgdown.yml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
url: https://docs.ropensci.org/rtweet
# development: ignored by rOpenSci
development:
mode: auto
# navbar: used without anything else by rOpenSci
# News with links to blogposts
news:
releases:
- text: "rtweet 2.0.0"
href: https://llrs.dev/post/2024/02/16/new-rtweet-release-2-0-0/
- text: "rtweet 1.2.0"
href: https://llrs.dev/post/2023/03/20/rtweet-starts-using-api-v2/
- text: "rtweet 1.0.0"
href: https://ropensci.org/blog/2022/07/21/rtweet-1-0-0/
authors:
Michael W. Kearney:
href: https://mikewk.com
Lluís Revilla Sancho:
href: https://llrs.dev
reference:
- title: Updates of API
- contents:
- rtweet-deprecated
- title: API functions
- contents:
- direct_messages
- starts_with("get")
- starts_with("lookup")
- my_friendships
- starts_with("post")
- stream_tweets
- trends_available
- starts_with("tweet")
- ends_with("block")
- subtitle: Lists
desc: Manage lists.
contents:
- starts_with("lists")
- subtitle: Search
desc: Look for some tweet or user.
contents:
- starts_with("search")
- subtitle: API limits
desc: Find which are the rate limits set by Twitter.
contents:
- rate_limit
- title: Authentication
desc: Manage your authentications.
contents:
- rtweet_user
- starts_with("auth")
- title: Client
desc: Manage your clients.
contents:
- starts_with("client")
- rtweet_client
- title: Data
contents:
- emojis
- langs
- stopwordslangs
- title: Data manipulation
contents:
- users_data
- entity
- ids
- parse_stream
- clean_tweets
- as_screenname
- network_data
- ts_plot
- ts_data
- do_call_rbind
- lat_lng
- flatten
- round_time
- plain_tweets
- read_twitter_csv
- write_as_csv
- title: Retrieve tweets
desc: Use API v2
contents:
- starts_with("tweet_")
- filtered_stream
- sample_stream
- title: Retrieve users
desc: Use API v2
contents:
- starts_with("user_")
- title: Retrieve lists
desc: Use API v2
contents:
- starts_with("list_")
- title: Helpers for the API v2
contents:
- starts_with("set_")
- retrieve_errors
- links
- rules
- ids