-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.22 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
# Generated by roxygen2: do not edit by hand
export(generate_testdata)
export(generate_widedata)
import(dplyr)
import(gtsummary)
import(miniUI)
import(rclipboard)
import(shiny)
import(shinyWidgets)
import(stringr)
importFrom(bsplus,bs_embed_popover)
importFrom(bsplus,shiny_iconlink)
importFrom(bsplus,use_bs_popover)
importFrom(flextable,as_flextable)
importFrom(gt,gt_output)
importFrom(gt,render_gt)
importFrom(lubridate,as_date)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2_chr)
importFrom(purrr,map_lgl)
importFrom(purrr,pmap)
importFrom(purrr,walk)
importFrom(readr,read_delim)
importFrom(readr,write_csv)
importFrom(rlang,set_names)
importFrom(rmarkdown,render)
importFrom(shinyWidgets,dropdownButton)
importFrom(shinyWidgets,materialSwitch)
importFrom(shinyWidgets,pickerInput)
importFrom(shinyWidgets,prettyCheckbox)
importFrom(shinycssloaders,withSpinner)
importFrom(shinyjs,hide)
importFrom(shinyjs,reset)
importFrom(shinyjs,show)
importFrom(shinyjs,useShinyjs)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_glue)
importFrom(stringr,str_remove)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,lst)
importFrom(tibble,tibble)
importFrom(tidyr,unnest)