-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
59 lines (58 loc) · 1.6 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
# Generated by roxygen2: do not edit by hand
export(arrange_replies)
export(arrange_views)
export(count_authors)
export(count_topics)
export(count_topics_author)
export(count_topics_author_time)
export(count_topics_day)
export(count_topics_month)
export(count_topics_theme)
export(count_topics_theme_time)
export(count_topics_week)
export(count_topics_year)
export(create_db_topics_dailies)
export(create_db_topics_daily)
export(create_db_topics_hourlies)
export(create_db_topics_interactions)
export(create_db_topics_monthly)
export(get_db_discussions)
export(get_db_topics)
export(get_theme_topics)
export(get_themes)
export(get_themes_topics)
export(get_topic_discussions)
export(get_topics_discussions)
export(update_topics)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(lubridate,dmy_hm)
importFrom(lubridate,mday)
importFrom(lubridate,month)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(rvest,html_attr)
importFrom(rvest,html_nodes)
importFrom(rvest,html_text)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_na)
importFrom(stringr,str_to_lower)
importFrom(tibble,tibble)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,read.csv)
importFrom(xml2,read_html)
importFrom(xml2,url_absolute)