-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
30 lines (29 loc) · 837 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
# Generated by roxygen2: do not edit by hand
export(ReactiveR6)
export(insert_methods_addin)
export(insert_methods_addin_gadget)
export(make_methods)
export(make_methods_addin)
export(make_methods_addin_gadget)
import(shiny)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,select)
importFrom(glue,glue)
importFrom(glue,glue_collapse)
importFrom(magrittr,"%>%")
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(purrr,imap)
importFrom(purrr,map)
importFrom(purrr,map_int)
importFrom(purrr,walk)
importFrom(rstudioapi,getActiveDocumentContext)
importFrom(rstudioapi,setDocumentContents)
importFrom(stringr,str_locate)
importFrom(stringr,str_locate_all)
importFrom(stringr,str_match)