-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.44 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
# Generated by roxygen2: do not edit by hand
export(add_article)
export(add_date_columns)
export(add_headline_column)
export(compare_conditions)
export(compare_values)
export(demo_data)
export(headline)
export(headline_list)
export(plural_phrasing)
export(trend_terms)
export(view_list)
importFrom(dplyr,across)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_keys)
importFrom(dplyr,group_vars)
importFrom(dplyr,left_join)
importFrom(dplyr,lst)
importFrom(dplyr,mutate)
importFrom(dplyr,one_of)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rowwise)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,transmute)
importFrom(dplyr,ungroup)
importFrom(glue,as_glue)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(glue,glue_data)
importFrom(lubridate,`%m+%`)
importFrom(lubridate,floor_date)
importFrom(lubridate,interval)
importFrom(lubridate,period)
importFrom(purrr,flatten)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_dfr)
importFrom(purrr,map_if)
importFrom(purrr,pluck)
importFrom(purrr,pmap)
importFrom(purrr,possibly)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,abort)
importFrom(rlang,enquo)
importFrom(rlang,quo_is_missing)
importFrom(rlang,warn)
importFrom(tibble,tibble)
importFrom(tidyr,unnest_wider)
importFrom(utils,head)