-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(addNewPage)
export(addNewQuestion)
export(answersOnComplete)
export(callJS)
export(callback)
export(choices)
export(columns)
export(completedHtml)
export(cssClasses)
export(defaultValue)
export(description)
export(doComplete)
export(getAllQuestions)
export(html)
export(inputType)
export(isRequired)
export(locale)
export(max)
export(maxErrorText)
export(min)
export(minErrorText)
export(name)
export(nextPage)
export(noneText)
export(onMatrixCellValueChanged)
export(onValueChanged)
export(otherPlaceHolder)
export(otherText)
export(placeHolder)
export(renderSurvey)
export(renderSurvey_creator)
export(requiredErrorText)
export(requiredIf)
export(rows)
export(setValue)
export(showCompletedPage)
export(showNavigationButtons)
export(showProgressBar)
export(showQuestionNumbers)
export(size)
export(survey)
export(surveyOutput)
export(survey_creator)
export(survey_creatorOutput)
export(title)
export(toJSON)
export(track)
export(visibleIf)
import(htmlwidgets)
importFrom(magrittr,"%>%")