-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
53 lines (52 loc) · 1.35 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(filter_month)
export(get_account_info)
export(get_and_store)
export(last_month)
export(retweet_and_update)
export(top_tweets)
export(update_data)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,top_n)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_classic)
importFrom(glue,glue)
importFrom(lubridate,as_date)
importFrom(lubridate,month)
importFrom(lubridate,today)
importFrom(lubridate,year)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(ps,ps_handle)
importFrom(ps,ps_is_running)
importFrom(ps,ps_kill)
importFrom(ps,ps_name)
importFrom(rtweet,get_timeline)
importFrom(rtweet,lookup_tweets)
importFrom(rtweet,post_tweet)
importFrom(rtweet,search_tweets)
importFrom(stats,reorder)