forked from cjbarrie/academictwitteR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 872 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(bind_tweet_jsons)
export(bind_tweets)
export(bind_user_jsons)
export(build_query)
export(get_all_tweets)
export(get_bbox_tweets)
export(get_bearer)
export(get_country_tweets)
export(get_geo_tweets)
export(get_image_tweets)
export(get_lang_tweets)
export(get_liked_tweets)
export(get_liking_users)
export(get_media_tweets)
export(get_mentions_tweets)
export(get_place_tweets)
export(get_radius_tweets)
export(get_retweets_of_user)
export(get_to_tweets)
export(get_url_tweets)
export(get_user_followers)
export(get_user_following)
export(get_user_profile)
export(get_user_tweets)
export(get_video_tweets)
export(resume_collection)
export(set_bearer)
export(update_collection)
importFrom(usethis,edit_r_environ)
importFrom(usethis,ui_info)
importFrom(usethis,ui_line)
importFrom(usethis,ui_silence)
importFrom(utils,menu)