-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 1002 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(run_app)
import(dplyr)
import(magrittr)
import(shiny)
import(shinyjs)
import(tidyr)
importFrom(golem,with_golem_options)
importFrom(htmltools,htmlTemplate)
importFrom(knitr,kable)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%>%")
importFrom(magrittr,extract)
importFrom(magrittr,is_greater_than)
importFrom(magrittr,set_names)
importFrom(rjson,fromJSON)
importFrom(shiny,HTML)
importFrom(shiny,column)
importFrom(shiny,htmlOutput)
importFrom(shiny,shinyApp)
importFrom(shiny,tagAppendAttributes)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,testServer)
importFrom(shinyjs,delay)
importFrom(shinyjs,extendShinyjs)
importFrom(shinyjs,hideElement)
importFrom(shinyjs,js)
importFrom(shinyjs,showElement)
importFrom(shinyjs,toggleElement)
importFrom(shinyjs,useShinyjs)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_title)
importFrom(tibble,tibble)