-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.12 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(":=")
export(.data)
export(as_label)
export(as_name)
export(connectAnalytics)
export(enquo)
export(enquos)
export(expr)
export(mod_01_server_connect_server)
export(mod_01_server_connect_ui)
export(mod_02_username_server)
export(mod_02_username_ui)
export(mod_03_userinfo_server)
export(mod_03_userinfo_ui)
export(mod_04_content_server)
export(mod_04_content_ui)
export(mod_05_usage_server)
export(mod_05_usage_ui)
export(sym)
export(syms)
import(shiny)
importFrom(config,get)
importFrom(glue,glue)
importFrom(golem,with_golem_options)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(htmltools,HTML)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(shiny,NS)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(stats,time)