forked from ardata-fr/mschart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
66 lines (65 loc) · 1.83 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
# Generated by roxygen2: do not edit by hand
S3method(chart_settings,ms_areachart)
S3method(chart_settings,ms_barchart)
S3method(chart_settings,ms_linechart)
S3method(chart_settings,ms_scatterchart)
S3method(ph_with,ms_chart)
S3method(print,ms_chart)
export(as_bar_stack)
export(body_add_chart)
export(chart_ax_x)
export(chart_ax_y)
export(chart_data_fill)
export(chart_data_labels)
export(chart_data_line_style)
export(chart_data_line_width)
export(chart_data_size)
export(chart_data_smooth)
export(chart_data_stroke)
export(chart_data_symbol)
export(chart_labels)
export(chart_labels_text)
export(chart_settings)
export(chart_theme)
export(ms_areachart)
export(ms_barchart)
export(ms_linechart)
export(ms_scatterchart)
export(mschart_theme)
export(set_theme)
importFrom(cellranger,as.range)
importFrom(cellranger,cell_limits)
importFrom(cellranger,ra_ref)
importFrom(cellranger,to_string)
importFrom(data.table,as.data.table)
importFrom(data.table,dcast.data.table)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(data.table,setnames)
importFrom(data.table,setorderv)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(grDevices,rgb)
importFrom(htmltools,htmlEscape)
importFrom(officer,add_slide)
importFrom(officer,body_add_xml)
importFrom(officer,fp_border)
importFrom(officer,fp_text)
importFrom(officer,ph_location_fullsize)
importFrom(officer,ph_with)
importFrom(officer,read_pptx)
importFrom(officer,styles_info)
importFrom(officer,to_pml)
importFrom(stats,as.formula)
importFrom(stats,setNames)
importFrom(stats,update)
importFrom(utils,browseURL)
importFrom(writexl,write_xlsx)
importFrom(xml2,"xml_attr<-")
importFrom(xml2,as_xml_document)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)
importFrom(xml2,xml_add_child)
importFrom(xml2,xml_find_first)
importFrom(xml2,xml_remove)
importFrom(xml2,xml_replace)