forked from ropensci-archive/rtweet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
138 lines (137 loc) · 3.3 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Generated by roxygen2: do not edit by hand
S3method(max_id,"NULL")
S3method(max_id,character)
S3method(max_id,data.frame)
S3method(max_id,default)
S3method(max_id,factor)
S3method(max_id,integer)
S3method(max_id,list)
S3method(max_id,numeric)
S3method(max_id,response)
S3method(next_cursor,character)
S3method(next_cursor,data.frame)
S3method(next_cursor,default)
S3method(next_cursor,list)
S3method(next_cursor,numeric)
S3method(next_cursor,response)
S3method(previous_cursor,character)
S3method(previous_cursor,data.frame)
S3method(previous_cursor,default)
S3method(previous_cursor,list)
S3method(previous_cursor,numeric)
S3method(previous_cursor,response)
S3method(print,screen_name)
S3method(print,user_id)
S3method(rate_limit,"NULL")
S3method(rate_limit,"function")
S3method(rate_limit,bearer)
S3method(rate_limit,character)
S3method(rate_limit,default)
S3method(rate_limit,list)
S3method(round_time,Date)
S3method(round_time,POSIXt)
S3method(since_id,"NULL")
S3method(since_id,character)
S3method(since_id,data.frame)
S3method(since_id,default)
S3method(since_id,factor)
S3method(since_id,integer)
S3method(since_id,list)
S3method(since_id,numeric)
S3method(since_id,response)
export("%>%")
export(as_screenname)
export(as_userid)
export(bearer_token)
export(create_token)
export(direct_messages)
export(direct_messages_received)
export(direct_messages_sent)
export(do_call_rbind)
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(my_friendships)
export(network_data)
export(network_graph)
export(next_cursor)
export(parse_stream)
export(plain_tweets)
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_limits)
export(read_twitter_csv)
export(round_time)
export(save_as_csv)
export(search_30day)
export(search_fullarchive)
export(search_tweets)
export(search_tweets2)
export(search_users)
export(since_id)
export(stream_tweets)
export(stream_tweets2)
export(suggested_slugs)
export(suggested_users)
export(suggested_users_all)
export(trends_available)
export(ts_data)
export(ts_plot)
export(tweet_shot)
export(tweets_data)
export(tweets_with_users)
export(unflatten)
export(users_data)
export(users_with_tweets)
export(write_as_csv)
importFrom(graphics,legend)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,oauth1.0_token)
importFrom(httr,oauth_app)
importFrom(httr,oauth_endpoints)
importFrom(httr,progress)
importFrom(httr,timeout)
importFrom(httr,upload_file)
importFrom(httr,write_disk)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,stream_in)
importFrom(magrittr,"%>%")
importFrom(utils,read.csv)
importFrom(utils,write.csv)