-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 978 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
31
32
33
34
35
36
37
# Generated by roxygen2: do not edit by hand
export(country)
export(recup_url_flag)
export(run_app)
export(sample_country)
import(shiny)
import(shinyjs)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,sample_n)
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(htmlwidgets,JS)
importFrom(httr,GET)
importFrom(httr,status_code)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(rvest,html_attr)
importFrom(rvest,html_elements)
importFrom(rvest,html_text)
importFrom(shiny,NS)
importFrom(shiny,shinyApp)
importFrom(shiny,tagList)
importFrom(shinyWidgets,setBackgroundImage)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_to_lower)
importFrom(tibble,tibble)
importFrom(xml2,read_html)