-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
55 lines (54 loc) · 1.41 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
# Generated by roxygen2: do not edit by hand
S3method("+",tabler_object)
S3method(make_column,felm)
S3method(make_column,lm)
S3method(print,sum_tabler)
S3method(print,tabler_object)
export(add_caption)
export(make_column)
export(set_osa)
export(sum_tabler)
export(sumtabler2kable)
export(tabler)
export(tabler2kable)
export(tabler_theme)
importFrom(broom,glance)
importFrom(broom,tidy)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_all)
importFrom(dplyr,union)
importFrom(kableExtra,add_header_above)
importFrom(kableExtra,cell_spec)
importFrom(kableExtra,kable)
importFrom(kableExtra,pack_rows)
importFrom(kableExtra,row_spec)
importFrom(kableExtra,text_spec)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,map_dfc)
importFrom(purrr,map_dfr)
importFrom(purrr,map_if)
importFrom(purrr,pmap)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidyr,gather)
importFrom(tidyr,spread)