-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (40 loc) · 1.07 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
# Generated by roxygen2: do not edit by hand
S3method(get_data,Date)
S3method(get_data,POSIXct)
S3method(get_data,default)
S3method(get_data,factor)
S3method(get_data,logical)
S3method(get_data,numeric)
export(gallery)
export(litActionButton)
export(litActionLink)
export(litCheckboxesInput)
export(litColorInput)
export(litDatalistInput)
export(litFilterInput)
export(litPasswordInput)
export(litRadioInput)
export(litRangeInput)
export(litSelectInput)
export(litSelectizeInput)
export(litSwitchInput)
export(litTextAreaInput)
export(litTextInput)
export(litTextLabelInput)
export(litTogglerInput)
export(lit_default_color)
export(update_datalist_input)
export(update_filter_input)
export(update_input)
export(update_selectize_input)
importFrom(htmltools,attachDependencies)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,span)
importFrom(htmltools,tag)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagGetAttribute)
importFrom(htmltools,tags)
importFrom(jsonlite,toJSON)
importFrom(shiny,httpResponse)
importFrom(shiny,parseQueryString)
importFrom(shiny,tags)