-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
42 lines (41 loc) · 1.07 KB
/
NAMESPACE
File metadata and controls
42 lines (41 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
S3method(drawDetails,tfl_table_grob)
S3method(export_tfl,VTableTree)
S3method(export_tfl,default)
S3method(export_tfl,flextable)
S3method(export_tfl,ggtibble)
S3method(export_tfl,gt_tbl)
S3method(export_tfl,list)
S3method(export_tfl,table1)
S3method(export_tfl,tfl_table)
S3method(print,tfl_table)
export(export_tfl)
export(export_tfl_page)
export(gpar)
export(tfl_colspec)
export(tfl_table)
export(unit)
importFrom(dplyr,group_vars)
importFrom(ggplot2,ggplot)
importFrom(glue,glue)
importFrom(grid,convertHeight)
importFrom(grid,convertWidth)
importFrom(grid,drawDetails)
importFrom(grid,editGrob)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,grobHeight)
importFrom(grid,grobWidth)
importFrom(grid,linesGrob)
importFrom(grid,popViewport)
importFrom(grid,pushViewport)
importFrom(grid,stringHeight)
importFrom(grid,stringWidth)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(rlang,"%||%")
importFrom(rlang,abort)
importFrom(rlang,warn)
importFrom(utils,modifyList)