forked from ropensci-archive/rtweet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
56 lines (50 loc) · 948 Bytes
/
_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
url: https://docs.ropensci.org/rtweet
development:
mode: auto
authors:
Michael W. Kearney:
href: https://mikewk.com
Lluís Revilla Sancho:
href: https://llrs.dev
navbar:
right:
- icon: fa-github fa-lg
href: https://github.com/ropensci/rtweet
reference:
- title: API functions
contents:
- direct_messages
- starts_with("get")
- starts_with("lists")
- starts_with("lookup")
- my_friendships
- starts_with("post")
- starts_with("search")
- stream_tweets
- trends_available
- starts_with("tweet")
- rate_limit
- title: Authentication
contents:
- starts_with("auth")
- rtweet_user
- title: Data
contents:
- emojis
- langs
- stopwordslangs
- title: Data manipulation
contents:
- as_screenname
- do_call_rbind
- flatten
- lat_lng
- network_data
- round_time
- parse_stream
- plain_tweets
- read_twitter_csv
- ts_data
- ts_plot
- users_data
- write_as_csv