-
Notifications
You must be signed in to change notification settings - Fork 31
/
NAMESPACE
38 lines (38 loc) · 1.42 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
export("%and%","%or%","%not%", and, addFilesFromDir, CleanProject,closeProject,codingBySearch,
crossCodes,crossTwoCodes,exportCodings,
casesCodedByAnd, casesCodedByOr,casesCodedByNot,
exportCodedFile, filesByCodes,
filesCodedByAnd, filesCodedByOr,filesCodedByNot,
gselect.list,getAttr,getCaseIds,getCaseNames,
getCases, getCodingsByOne, getFiles,
getCodingTable,getFileIds,getFileIdSets,getFileNames,
getMemos,
list.deleted,nCodedByTwo, not, or, openProject,
pdelete,queryFiles,relation,retrieval,RQDA,RQDAQuery,
searchFiles,showSubset,summaryCodings,undelete,
viewPlainFile,write.FileList)
S3method("%and%",RQDA.vector)
S3method("%and%",codingsByOne)
S3method("%or%",RQDA.vector)
S3method("%or%",codingsByOne)
S3method("%not%",RQDA.vector)
S3method("%not%",codingsByOne)
S3method(print,summaryCodings)
S3method(ShowSubset,fileName)
S3method(ShowSubset,CaseAttr)
S3method(ShowSubset, caseName)
S3method(ShowSubset,FileAttr)
S3method(print,codingsByOne)
S3method(print,Info4Widget)
S3method(plot, crossCodes)
import(RGtk2)
import(gWidgets2)
import(gWidgets2RGtk2)
import(DBI)
import(RSQLite)
import(igraph)
importFrom("graphics", "plot")
importFrom("grDevices", "colors")
importFrom("methods", "getFunction", "slot")
importFrom("stats", "reshape")
importFrom("utils", "browseURL", "citation", "packageDescription", "write.csv")