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
/
NAMESPACE
116 lines (115 loc) · 2.49 KB
/
NAMESPACE
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
115
116
# Generated by roxygen2: do not edit by hand
S3method("[",rtweet_screen_name)
S3method("[",tweets)
S3method("[",users)
S3method(print,rtweet_bearer)
S3method(print,rtweet_screen_name)
S3method(rbind,tweets)
S3method(rbind,users)
S3method(round_time,Date)
S3method(round_time,POSIXt)
export(as_screenname)
export(as_userid)
export(auth_as)
export(auth_get)
export(auth_has_default)
export(auth_list)
export(auth_save)
export(auth_setup_default)
export(auth_sitrep)
export(bearer_token)
export(clean_tweets)
export(create_token)
export(direct_messages)
export(direct_messages_received)
export(direct_messages_sent)
export(do_call_rbind)
export(filtered_stream)
export(flatten)
export(get_collections)
export(get_favorites)
export(get_followers)
export(get_friends)
export(get_mentions)
export(get_my_timeline)
export(get_retweeters)
export(get_retweets)
export(get_timeline)
export(get_timelines)
export(get_token)
export(get_tokens)
export(get_trends)
export(invalidate_bearer)
export(lat_lng)
export(lists_members)
export(lists_memberships)
export(lists_statuses)
export(lists_subscribers)
export(lists_subscriptions)
export(lists_users)
export(lookup_collections)
export(lookup_coords)
export(lookup_friendships)
export(lookup_statuses)
export(lookup_tweets)
export(lookup_users)
export(max_id)
export(media_fields)
export(my_friendships)
export(network_data)
export(network_graph)
export(next_cursor)
export(parse_stream)
export(place_fields)
export(plain_tweets)
export(poll_fields)
export(post_destroy)
export(post_favorite)
export(post_follow)
export(post_friendship)
export(post_list)
export(post_message)
export(post_mute)
export(post_tweet)
export(post_unfollow_user)
export(previous_cursor)
export(rate_limit)
export(rate_limit_reset)
export(rate_limit_wait)
export(read_twitter_csv)
export(round_time)
export(rtweet_app)
export(rtweet_bot)
export(rtweet_user)
export(sample_stream)
export(save_as_csv)
export(search_30day)
export(search_fullarchive)
export(search_tweets)
export(search_tweets2)
export(search_users)
export(since_id)
export(stream_add_rule)
export(stream_rm_rule)
export(stream_tweets)
export(stream_tweets2)
export(trends_available)
export(ts_data)
export(ts_plot)
export(tweet_embed)
export(tweet_expansions)
export(tweet_fields)
export(tweet_shot)
export(tweet_threading)
export(tweets_data)
export(tweets_with_users)
export(unflatten)
export(user_block)
export(user_expansions)
export(user_fields)
export(user_unblock)
export(users_data)
export(users_with_tweets)
export(write_as_csv)
import(rlang)
importFrom(methods,is)