forked from cloudyr/Rmonkey
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
30 lines (27 loc) · 740 Bytes
/
NAMESPACE
File metadata and controls
30 lines (27 loc) · 740 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
export('smlogin')
export('userdetails')
export('surveylist')
export('surveydetails')
export('surveyquestions')
export('surveypreview')
export('collectors')
export('createcollector')
export('responsecounts')
export('respondentlist')
export('getresponses')
export('getallresponses')
export('templates')
export('createsurvey')
S3method(print, 'sm_survey')
S3method(print, 'sm_collector')
S3method(print, 'sm_respondent')
S3method(print, 'sm_response')
S3method(print, 'sm_template')
S3method(as.data.frame, 'sm_response')
S3method(as.data.frame, 'sm_response_list')
importFrom('stats', 'setNames')
importFrom('utils', 'head', 'browseURL')
importFrom('plyr', 'rbind.fill')
importFrom('curl', 'curl_escape')
import('httr')
import('jsonlite')