-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
70 lines (69 loc) · 1.74 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
# Generated by roxygen2: do not edit by hand
export(aXLSX)
export(addUserConfig)
export(add_attribute)
export(add_group_names)
export(add_grouplines)
export(add_metadata)
export(add_plot_size)
export(add_sheetname)
export(add_source)
export(add_title)
export(datasetsXLSX)
export(display)
export(display.statcol.all)
export(extract_attribute)
export(extract_attributes)
export(flush_left)
export(initUserConfigStore)
export(inputHelperContactInfo)
export(inputHelperHomepage)
export(insert_header)
export(insert_hyperlinks)
export(insert_index_hyperlinks)
export(insert_index_sheet)
export(insert_metadata_sheet)
export(insert_worksheet)
export(insert_worksheet_image)
export(insert_worksheet_nh)
export(interpolate2)
export(quickXLSX)
export(quick_sum)
export(readUserConfig)
export(removeUserConfig)
export(splitXLSX)
export(theme_stat)
export(updateUserConfig)
export(writeText)
export(zhpal)
importFrom(dplyr,"%>%")
importFrom(ggplot2,aes)
importFrom(ggplot2,continuous_scale)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(grDevices,"colorRampPalette")
importFrom(graphics,"rect")
importFrom(methods,is)
importFrom(openxlsx,addStyle)
importFrom(openxlsx,makeHyperlinkString)
importFrom(openxlsx,writeFormula)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(scales,manual_pal)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,head)
importFrom(utils,read.table)
importFrom(utils,stack)
importFrom(utils,tail)
importFrom(utils,write.table)