-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNAMESPACE
107 lines (106 loc) · 2.65 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# Generated by roxygen2: do not edit by hand
S3method("*",mmtable)
S3method("+",mmtable)
S3method("/",mmtable)
S3method(print,mmtable)
export(add_cells_format)
export(add_header_format)
export(add_header_left)
export(add_header_left_top)
export(add_header_top)
export(add_header_top_left)
export(add_spanner)
export(add_table_format)
export(add_table_source_note)
export(apply_format)
export(apply_formats)
export(apply_if)
export(cells_format)
export(diagonalize)
export(format_a_loc)
export(gen_random_ids)
export(get_locations)
export(get_max_area_bf)
export(get_row_header_names)
export(get_spanner_html_text)
export(header_format)
export(header_left)
export(header_left_top)
export(header_merged_cols)
export(header_top)
export(header_top_left)
export(knit_print.mmtable)
export(mmtable)
export(set_class)
export(single_cells_to_vector)
export(sort_and_select_columns)
export(spannerize)
export(spread_col_headers)
export(style_first_col_header)
export(style_spanner)
export(table_constructor)
export(table_format)
export(table_source_note)
export(table_title)
export(transfer_spanner)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,full_join)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
importFrom(dplyr,lag)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_all)
importFrom(dplyr,mutate_at)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(gt,cell_text)
importFrom(gt,cells_body)
importFrom(gt,cells_column_labels)
importFrom(gt,cells_column_spanners)
importFrom(gt,data_color)
importFrom(gt,gt)
importFrom(gt,px)
importFrom(gt,tab_header)
importFrom(gt,tab_options)
importFrom(gt,tab_source_note)
importFrom(gt,tab_spanner)
importFrom(gt,tab_style)
importFrom(magrittr,"%>%")
importFrom(purrr,accumulate)
importFrom(purrr,invoke)
importFrom(purrr,keep)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,reduce)
importFrom(purrr,set_names)
importFrom(rlang,":=")
importFrom(rlang,enquos)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,crossing)
importFrom(tidyr,gather)
importFrom(tidyr,spread)
importFrom(tidyr,unnest)
importFrom(xml2,xml_add_child)
importFrom(xml2,xml_find_first)