forked from vubiostat/redcapAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
82 lines (81 loc) · 2.85 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
# Generated by roxygen2: do not edit by hand
S3method("[",redcapFactor)
S3method(allocationTable,redcapApiConnection)
S3method(allocationTable,redcapDbConnection)
S3method(deleteFiles,redcapApiConnection)
S3method(deleteFiles,redcapDbConnection)
S3method(exportArms,redcapApiConnection)
S3method(exportArms,redcapDbConnection)
S3method(exportBundle,redcapApiConnection)
S3method(exportBundle,redcapDbConnection)
S3method(exportEvents,redcapApiConnection)
S3method(exportEvents,redcapDbConnection)
S3method(exportFieldNames,redcapApiConnection)
S3method(exportFieldNames,redcapDbConnection)
S3method(exportFiles,redcapApiConnection)
S3method(exportFiles,redcapDbConnection)
S3method(exportInstruments,redcapApiConnection)
S3method(exportInstruments,redcapDbConnection)
S3method(exportMappings,redcapApiConnection)
S3method(exportMappings,redcapDbConnection)
S3method(exportMetaData,redcapApiConnection)
S3method(exportMetaData,redcapDbConnection)
S3method(exportNextRecordName,redcapApiConnection)
S3method(exportNextRecordName,redcapDbConnection)
S3method(exportPdf,redcapApiConnection)
S3method(exportPdf,redcapDbConnection)
S3method(exportProjectInformation,redcapApiConnection)
S3method(exportProjectInformation,redcapDbConnection)
S3method(exportRecords,redcapApiConnection)
S3method(exportRecords,redcapDbConnection)
S3method(exportReports,redcapApiConnection)
S3method(exportReports,redcapDbConnection)
S3method(exportSurveyParticipants,redcapApiConnection)
S3method(exportSurveyParticipants,redcapDbConnection)
S3method(exportUsers,redcapApiConnection)
S3method(exportUsers,redcapDbConnection)
S3method(exportVersion,redcapApiConnection)
S3method(exportVersion,redcapDbConnection)
S3method(genericApiCall,redcapApiConnection)
S3method(genericApiCall,redcapDbConnection)
S3method(importArms,redcapApiConnection)
S3method(importArms,redcapDbConnection)
S3method(importFiles,redcapApiConnection)
S3method(importFiles,redcapDbConnection)
S3method(importRecords,redcapApiConnection)
S3method(importRecords,redcapDbConnection)
S3method(print,redcapFactor)
S3method(redcapProjectInfo,redcapApiConnection)
S3method(redcapProjectInfo,redcapDbConnection)
export(allocationTable)
export(allocationTable_offline)
export(checkbox_suffixes)
export(deleteFiles)
export(exportArms)
export(exportBundle)
export(exportEvents)
export(exportFieldNames)
export(exportFiles)
export(exportInstruments)
export(exportMappings)
export(exportMetaData)
export(exportNextRecordName)
export(exportPdf)
export(exportProjectInformation)
export(exportRecords)
export(exportRecords_offline)
export(exportReports)
export(exportSurveyParticipants)
export(exportUsers)
export(exportVersion)
export(genericApiCall)
export(importArms)
export(importFiles)
export(importRecords)
export(parseBranchingLogic)
export(recodeCheck)
export(redcapConnection)
export(redcapFactorFlip)
export(redcapProjectInfo)
importFrom(chron,times)
importFrom(httr,POST)