-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
37 lines (36 loc) · 950 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(buttonGroup)
export(buttonGroupDemo)
export(dropdownButton)
export(dropdownButtonDemo)
export(dropdownButtonUI)
export(pager)
export(pagerDemo)
export(pagerUI)
export(paginationUI)
export(radioSwitchButtons)
export(radioSwitchButtonsDemo)
export(radioSwitchButtons_default_style)
export(undoHistory)
export(undoHistoryDemo)
export(undoHistoryUI)
export(undoHistoryUI_debug)
export(updateButtonGroupValue)
export(updateRadioSwitchButtons)
importFrom(htmltools,tags)
importFrom(magrittr,"%>%")
importFrom(shiny,HTML)
importFrom(shiny,NS)
importFrom(shiny,actionLink)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,isolate)
importFrom(shiny,observe)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,reactiveVal)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,restoreInput)
importFrom(shiny,uiOutput)
importFrom(utils,packageVersion)