-
Notifications
You must be signed in to change notification settings - Fork 7
/
NAMESPACE
75 lines (74 loc) · 2.01 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
# Generated by roxygen2: do not edit by hand
export(.setcolnames)
export(convertplot)
export(indocx)
export(infigure)
export(inoffice)
export(inpptx)
export(todocx)
export(toffice)
export(tofigure)
export(tohtml)
export(topptx)
export(totable)
export(toxlsx)
importFrom(R.devices,devEval)
importFrom(broom,tidy)
importFrom(devEMF,emf)
importFrom(dplyr,filter_)
importFrom(dplyr,select_)
importFrom(flextable,align)
importFrom(flextable,autofit)
importFrom(flextable,body_add_flextable)
importFrom(flextable,bold)
importFrom(flextable,empty_blanks)
importFrom(flextable,flextable)
importFrom(flextable,font)
importFrom(flextable,hline)
importFrom(flextable,theme_booktabs)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,last_plot)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,theme)
importFrom(ggplotify,as.ggplot)
importFrom(ggplotify,as.grob)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.size)
importFrom(grDevices,hcl)
importFrom(grDevices,recordPlot)
importFrom(grDevices,rgb)
importFrom(graphics,plot)
importFrom(htmlwidgets,saveWidget)
importFrom(magick,image_ggplot)
importFrom(magick,image_raster)
importFrom(magick,image_read)
importFrom(magick,image_read_pdf)
importFrom(magick,image_read_svg)
importFrom(magick,image_write)
importFrom(magrittr,"%>%")
importFrom(officer,add_slide)
importFrom(officer,body_add_img)
importFrom(officer,body_add_par)
importFrom(officer,docx_summary)
importFrom(officer,fp_border)
importFrom(officer,ph_location)
importFrom(officer,ph_location_type)
importFrom(officer,ph_with)
importFrom(officer,pptx_summary)
importFrom(officer,read_docx)
importFrom(officer,read_pptx)
importFrom(officer,read_xlsx)
importFrom(officer,slide_size)
importFrom(plotly,as_widget)
importFrom(plotly,ggplotly)
importFrom(rvg,dml)
importFrom(rvg,xl_add_vg)
importFrom(stats,formula)
importFrom(utils,type.convert)