-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathNAMESPACE
153 lines (152 loc) · 3.61 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# Generated by roxygen2: do not edit by hand
S3method("$",excel.range)
S3method("$",xl)
S3method("$<-",excel.range)
S3method("$<-",xl)
S3method("$<-",xln)
S3method("[",excel.range)
S3method("[",xl)
S3method("[<-",excel.range)
S3method("[<-",xl)
S3method("[<-",xln)
S3method("[[",cr)
S3method("[[",xl)
S3method("[[<-",cr)
S3method("[[<-",xl)
S3method("[[<-",xln)
S3method("dim<-",excel.range)
S3method("dimnames<-",excel.range)
S3method(dim,excel.range)
S3method(dimnames,excel.range)
S3method(fix_encoding,data.frame)
S3method(fix_encoding,default)
S3method(fix_encoding,list)
S3method(fix_encoding,matrix)
S3method(has.colnames,default)
S3method(has.colnames,excel.range)
S3method(has.rownames,default)
S3method(has.rownames,excel.range)
S3method(sort,excel.range)
S3method(xl.raw.write,POSIXct)
S3method(xl.raw.write,POSIXlt)
S3method(xl.raw.write,default)
S3method(xl.raw.write,matrix)
S3method(xl.sheet.exists,character)
S3method(xl.sheet.exists,numeric)
S3method(xl.write,current.graphics)
S3method(xl.write,data.frame)
S3method(xl.write,default)
S3method(xl.write,etable)
S3method(xl.write,factor)
S3method(xl.write,list)
S3method(xl.write,matrix)
S3method(xl.write,table)
S3method(xl.write,xl.property)
export("%<cr-%")
export("%<crc-%")
export("%<crr-%")
export("%<crrc-%")
export("%<xl-%")
export("%<xlc-%")
export("%<xlr-%")
export("%<xlrc-%")
export("%=cr%")
export("%=crc%")
export("%=crr%")
export("%=crrc%")
export("%=xl%")
export("%=xlc%")
export("%=xlr%")
export("%=xlrc%")
export(.COM)
export(.COMInit)
export(COMCreate)
export(COMList)
export(COMNames)
export(COMStop)
export(DispatchMethods)
export(EnumValue)
export(asCOMArray)
export(cr)
export(crc)
export(createCOMReference)
export(createTypeVarName)
export(crr)
export(crrc)
export(current.graphics)
export(getCLSID)
export(getCOMElements)
export(getCOMInstance)
export(getItemClassName)
export(isValidCOMObject)
export(xl)
export(xl.address2index)
export(xl.bind.current.region)
export(xl.bind.range)
export(xl.binding.address)
export(xl.connect.table)
export(xl.constants)
export(xl.current.region)
export(xl.get.excel)
export(xl.index2address)
export(xl.property)
export(xl.read.file)
export(xl.save.file)
export(xl.selection)
export(xl.sheet.activate)
export(xl.sheet.add)
export(xl.sheet.delete)
export(xl.sheet.duplicate)
export(xl.sheet.hide)
export(xl.sheet.name)
export(xl.sheet.show)
export(xl.sheet.visible)
export(xl.sheets)
export(xl.workbook.activate)
export(xl.workbook.add)
export(xl.workbook.close)
export(xl.workbook.open)
export(xl.workbook.save)
export(xl.workbooks)
export(xl.write)
export(xlc)
export(xlcn)
export(xln)
export(xlr)
export(xlrc)
export(xlrcn)
export(xlrn)
exportClasses(COMCurrency)
exportClasses(COMDate)
exportClasses(COMDecimal)
exportClasses(COMIDispatch)
exportClasses(COMList)
exportClasses(COMTypedList)
exportClasses(COMTypedNamedList)
exportClasses(COMTypedParameterizedNamedList)
exportClasses(CompiledCOMCoClass)
exportClasses(CompiledCOMIDispatch)
exportClasses(CurrencyVARIANT)
exportClasses(DateVARIANT)
exportClasses(EnumValue)
exportClasses(HResult)
exportClasses(IUnknown)
exportClasses(SCOMErrorInfo)
exportClasses(VARIANT)
exportMethods("$")
exportMethods("$<-")
exportMethods("[")
exportMethods("[[")
exportMethods("[[<-")
exportMethods(EnumValue)
exportMethods(createTypeVarName)
exportMethods(getItemClassName)
exportMethods(lapply)
exportMethods(length)
exportMethods(names)
exportMethods(sapply)
exportMethods(show)
import(grDevices)
import(methods)
import(utils)
useDynLib("excel.link",.registration = TRUE)