-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export(gt_538_caption)
export(gt_bold_rows)
export(gt_border_bars_bottom)
export(gt_border_bars_top)
export(gt_border_grid)
export(gt_centered_legend)
export(gt_color_pills)
export(gt_color_results)
export(gt_column_subheaders)
export(gt_indicator_boxes)
export(gt_save_crop)
export(gt_set_font)
export(gt_stack_tables)
export(gt_theme_athletic)
export(gt_theme_gtutils)
export(gt_theme_kenpom)
export(gt_theme_ncaa)
export(gt_theme_pl)
export(gt_theme_savant)
export(gt_theme_sofa)
export(gt_theme_tier)
export(gt_tiers)
import(glue)
import(gt)
import(htmltools)
import(magick)
import(paletteer)
import(scales)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(glue,glue)
importFrom(gt,cells_body)
importFrom(gt,cols_label)
importFrom(gt,opt_css)
importFrom(gt,tab_header)
importFrom(gt,text_transform)
importFrom(gtExtras,gt_add_divider)
importFrom(gtExtras,gtsave_extra)
importFrom(htmltools,HTML)
importFrom(htmltools,browsable)
importFrom(htmltools,div)
importFrom(magrittr,"%>%")
importFrom(purrr,reduce)
importFrom(rlang,sym)