forked from rstudio/gt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
98 lines (97 loc) · 2 KB
/
NAMESPACE
File metadata and controls
98 lines (97 loc) · 2 KB
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
# 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(cell_borders)
export(cell_fill)
export(cell_text)
export(cells_column_labels)
export(cells_data)
export(cells_grand_summary)
export(cells_group)
export(cells_stub)
export(cells_stubhead)
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(cols_width)
export(contains)
export(currency)
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_markdown)
export(fmt_missing)
export(fmt_number)
export(fmt_passthrough)
export(fmt_percent)
export(fmt_scientific)
export(fmt_time)
export(ggplot_image)
export(grand_summary_rows)
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(opt_footnote_marks)
export(pct)
export(px)
export(random_id)
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)
export(tab_style)
export(test_image)
export(text_transform)
export(vars)
export(web_image)
import(checkmate)
import(rlang)
import(tidyselect)
importFrom(dplyr,vars)
importFrom(ggplot2,ggsave)
importFrom(magrittr,"%>%")
importFrom(tidyselect,contains)
importFrom(tidyselect,ends_with)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(tidyselect,one_of)
importFrom(tidyselect,starts_with)