forked from rstudio/gt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
141 lines (140 loc) · 3.33 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
# Generated by roxygen2: do not edit by hand
S3method(print,gt_tbl)
export("%>%")
export(adjust_luminance)
export(as_latex)
export(as_raw_html)
export(as_rtf)
export(cells_column_labels)
export(cells_data)
export(cells_group)
export(cells_stub)
export(cells_styles)
export(cells_summary)
export(cells_title)
export(cols_align)
export(cols_hide)
export(cols_label)
export(cols_merge)
export(cols_merge_range)
export(cols_merge_uncert)
export(cols_move)
export(cols_move_to_end)
export(cols_move_to_start)
export(cols_split_delim)
export(contains)
export(data_color)
export(ends_with)
export(escape_latex)
export(everything)
export(extract_summary)
export(fmt)
export(fmt_currency)
export(fmt_date)
export(fmt_datetime)
export(fmt_missing)
export(fmt_number)
export(fmt_passthrough)
export(fmt_percent)
export(fmt_scientific)
export(fmt_time)
export(ggplot_image)
export(gt)
export(gt_latex_dependencies)
export(gt_output)
export(gt_preview)
export(gtsave)
export(html)
export(info_currencies)
export(info_date_style)
export(info_locales)
export(info_paletteer)
export(info_time_style)
export(local_image)
export(matches)
export(md)
export(one_of)
export(pct)
export(px)
export(render_gt)
export(row_group_order)
export(starts_with)
export(summary_rows)
export(tab_footnote)
export(tab_header)
export(tab_options)
export(tab_row_group)
export(tab_source_note)
export(tab_spanner)
export(tab_stubhead_label)
export(tab_style)
export(test_image)
export(text_transform)
export(vars)
export(web_image)
import(checkmate)
import(rlang)
import(sass)
import(tidyselect)
importFrom(checkmate,test_class)
importFrom(commonmark,markdown_html)
importFrom(commonmark,markdown_latex)
importFrom(commonmark,markdown_text)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_vars)
importFrom(dplyr,inner_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarize)
importFrom(dplyr,summarize_all)
importFrom(dplyr,tibble)
importFrom(dplyr,tribble)
importFrom(dplyr,ungroup)
importFrom(dplyr,vars)
importFrom(ggplot2,ggsave)
importFrom(glue,glue)
importFrom(grDevices,col2rgb)
importFrom(grDevices,convertColor)
importFrom(grDevices,hcl)
importFrom(htmltools,HTML)
importFrom(htmltools,as.tags)
importFrom(htmltools,doRenderTags)
importFrom(htmltools,findDependencies)
importFrom(htmltools,htmlEscape)
importFrom(htmltools,resolveDependencies)
importFrom(htmltools,save_html)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(magrittr,"%>%")
importFrom(scales,col_factor)
importFrom(scales,col_numeric)
importFrom(stats,setNames)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_match)
importFrom(stringr,str_remove)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(tibble,rownames_to_column)
importFrom(tidyr,fill)
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)
importFrom(tools,file_ext)
importFrom(utils,globalVariables)