-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 807 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 807 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,Concordance)
S3method(as.list,ManyToOne)
S3method(as.matrix,Concordance)
export("classificationFrom<-")
export("classificationTo<-")
export("classifications<-")
export(Concordance)
export(chain)
export(classificationFrom)
export(classificationTo)
export(classifications)
export(codes)
export(codesAmbiguous)
export(splice)
export(translate)
exportClasses(Concordance)
exportClasses(ManyToOne)
exportClasses(OneToOne)
exportMethods("classifications<-")
exportMethods(as.data.frame)
exportMethods(as.list)
exportMethods(as.matrix)
exportMethods(classificationFrom)
exportMethods(classificationTo)
exportMethods(classifications)
exportMethods(codes)
exportMethods(codesAmbiguous)
exportMethods(show)
exportMethods(translate)
import(methods)