-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
86 lines (85 loc) · 2.52 KB
/
NAMESPACE
File metadata and controls
86 lines (85 loc) · 2.52 KB
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
81
82
83
84
85
86
# Generated by roxygen2: do not edit by hand
export(run_app)
import(markdown)
import(rhandsontable)
import(shiny)
importFrom(bsicons,bs_icon)
importFrom(bslib,bs_theme)
importFrom(bslib,bs_theme_update)
importFrom(bslib,font_collection)
importFrom(bslib,input_switch)
importFrom(bslib,nav_panel)
importFrom(bslib,navset_pill_list)
importFrom(bslib,navset_tab)
importFrom(bslib,page_navbar)
importFrom(bslib,showcase_left_center)
importFrom(bslib,tooltip)
importFrom(bslib,update_switch)
importFrom(config,get)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(flextable,add_footer_row)
importFrom(flextable,add_header_row)
importFrom(flextable,align)
importFrom(flextable,as_highlight)
importFrom(flextable,as_paragraph)
importFrom(flextable,border_inner)
importFrom(flextable,border_outer)
importFrom(flextable,color)
importFrom(flextable,compose)
importFrom(flextable,delete_rows)
importFrom(flextable,flextable)
importFrom(flextable,fontsize)
importFrom(flextable,merge_h)
importFrom(flextable,merge_v)
importFrom(flextable,rotate)
importFrom(flextable,set_table_properties)
importFrom(glue,glue)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(htmltools,HTML)
importFrom(htmltools,tags)
importFrom(htmlwidgets,onRender)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(officer,fp_border)
importFrom(rclipboard,rclipButton)
importFrom(rclipboard,rclipboardSetup)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(rlang,.data)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shinyAce,aceEditor)
importFrom(shinyAce,updateAceEditor)
importFrom(shinyBS,bsButton)
importFrom(shinyBS,updateButton)
importFrom(shinyFiles,parseDirPath)
importFrom(shinyFiles,parseFilePaths)
importFrom(shinyFiles,shinyDirButton)
importFrom(shinyFiles,shinyDirChoose)
importFrom(shinyFiles,shinyFileChoose)
importFrom(shinyFiles,shinyFilesButton)
importFrom(shinyjs,disable)
importFrom(shinyjs,enable)
importFrom(shinyjs,useShinyjs)
importFrom(stats,runif)
importFrom(tidyr,separate_rows)
importFrom(tools,file_ext)
importFrom(utils,capture.output)
importFrom(utils,globalVariables)
importFrom(utils,installed.packages)
importFrom(utils,modifyList)
importFrom(xfun,relative_path)