-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
52 lines (51 loc) · 1.05 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
# Generated by roxygen2: do not edit by hand
export(admin)
export(admin_ui)
export(attribute_create)
export(attribute_input)
export(attribute_shortcut)
export(attribute_suggestion)
export(attribute_update)
export(backup)
export(create_BTN)
export(data_model)
export(date_slider_INPUT)
export(delete_BTN)
export(dm_colClasses)
export(dm_default)
export(dm_filter)
export(dm_integrity)
export(dm_mask)
export(dm_migrate)
export(dm_name)
export(dynamic_sidebar)
export(filtered_view_ui)
export(input_values)
export(item_add)
export(item_create)
export(item_delete)
export(item_form)
export(item_integrity)
export(item_load)
export(item_mask)
export(item_migrate)
export(item_save)
export(item_search)
export(item_sort)
export(item_update)
export(items_name)
export(kitems)
export(restore)
export(runExample)
export(update_BTN)
import(shiny)
import(shinyWidgets)
import(shinydashboard)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,if_any)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(stats,median)
importFrom(utils,head)
importFrom(utils,tail)