-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
80 lines (79 loc) · 2.34 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Generated by roxygen2: do not edit by hand
export(run_app)
import(shiny)
importFrom(bslib,accordion)
importFrom(bslib,accordion_panel)
importFrom(bslib,accordion_panel_close)
importFrom(bslib,accordion_panel_open)
importFrom(bslib,bs_theme)
importFrom(bslib,page_fluid)
importFrom(desc,desc_get)
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,between)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,matches)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(fontawesome,fa)
importFrom(fs,dir_create)
importFrom(fs,dir_exists)
importFrom(fs,file_copy)
importFrom(fs,file_exists)
importFrom(fs,path)
importFrom(gargoyle,init)
importFrom(gargoyle,on)
importFrom(gargoyle,trigger)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(glue,glue_data)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(purrr,map_chr)
importFrom(rappdirs,user_data_dir)
importFrom(rlang,`.data`)
importFrom(rlang,sym)
importFrom(shiny,NS)
importFrom(shiny,actionButton)
importFrom(shiny,downloadButton)
importFrom(shiny,downloadHandler)
importFrom(shiny,fileInput)
importFrom(shiny,h3)
importFrom(shiny,observeEvent)
importFrom(shiny,selectizeInput)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shiny,textInput)
importFrom(shiny,updateSelectizeInput)
importFrom(shinyvalidate,InputValidator)
importFrom(shinyvalidate,sv_required)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace_all)
importFrom(suso2stata,replace_ContainsAll)
importFrom(suso2stata,replace_ContainsAny)
importFrom(suso2stata,replace_Contains_yn)
importFrom(suso2stata,replace_InList)
importFrom(suso2stata,replace_InRange)
importFrom(suso2stata,replace_IsAnswered)
importFrom(suso2stata,replace_and)
importFrom(suso2stata,replace_bool)
importFrom(suso2stata,replace_null)
importFrom(suso2stata,replace_or)
importFrom(suso2stata,replace_rowcode_with)
importFrom(suso2stata,replace_self)
importFrom(susometa,parse_questionnaire)
importFrom(tidyr,everything)
importFrom(tidyr,pivot_longer)
importFrom(tools,md5sum)