-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathNAMESPACE
More file actions
54 lines (53 loc) · 1.22 KB
/
Copy pathNAMESPACE
File metadata and controls
54 lines (53 loc) · 1.22 KB
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
# Generated by roxygen2: do not edit by hand
export(sd_add_page)
export(sd_add_question)
export(sd_close)
export(sd_completion_code)
export(sd_copy_value)
export(sd_create_messages)
export(sd_create_survey)
export(sd_dashboard)
export(sd_database)
export(sd_db_config)
export(sd_db_connect)
export(sd_display_question)
export(sd_display_value)
export(sd_get_data)
export(sd_get_url_pars)
export(sd_include_folder)
export(sd_is_answered)
export(sd_nav)
export(sd_next)
export(sd_output)
export(sd_page_gadget)
export(sd_question)
export(sd_question_custom)
export(sd_question_gadget)
export(sd_reactive)
export(sd_redirect)
export(sd_server)
export(sd_set_password)
export(sd_setup)
export(sd_show_if)
export(sd_skip_forward)
export(sd_skip_if)
export(sd_stop_if)
export(sd_store_value)
export(sd_ui)
export(sd_value)
export(sd_values)
export(sd_version)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(shiny,HTML)
importFrom(shiny,actionButton)
importFrom(shiny,dialogViewer)
importFrom(shiny,observeEvent)
importFrom(shiny,runGadget)
importFrom(shiny,selectInput)
importFrom(shiny,stopApp)
importFrom(shiny,tags)
importFrom(shiny,textInput)
importFrom(utils,head)
importFrom(utils,tail)