-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
46 lines (45 loc) · 1.28 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("%>%")
export(get_qrcode_text)
export(get_sefaz_rs_rdata)
export(run_app)
export(xml_table)
import(bs4Dash)
importFrom(abjutils,rm_accent)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(magick,image_read)
importFrom(magrittr,"%>%")
importFrom(purrr,partial)
importFrom(purrr,pluck)
importFrom(quadrangle,qr_scan)
importFrom(shiny,fluidPage)
importFrom(shiny,reactiveValuesToList)
importFrom(shiny,renderPrint)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shiny,tags)
importFrom(shiny,verbatimTextOutput)
importFrom(shinymanager,check_credentials)
importFrom(shinymanager,secure_app)
importFrom(shinymanager,secure_server)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_remove)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_squish)
importFrom(stringr,str_to_lower)
importFrom(utils,globalVariables)
importFrom(xml2,read_html)
importFrom(xml2,xml_find_all)