-
Notifications
You must be signed in to change notification settings - Fork 18
/
NAMESPACE
53 lines (52 loc) · 1.38 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
47
48
49
50
51
52
53
# Generated by roxygen2: do not edit by hand
export(area_types)
export(category_types)
export(deprivation_decile)
export(fingertips_data)
export(fingertips_endpoint)
export(fingertips_redred)
export(fingertips_stats)
export(get_fingertips_api)
export(indicator_areatypes)
export(indicator_metadata)
export(indicator_order)
export(indicator_update_information)
export(indicators)
export(indicators_unique)
export(nearest_neighbour_areatypeids)
export(nearest_neighbours)
export(profiles)
export(select_indicators)
import(dplyr)
import(miniUI)
importFrom(DT,JS)
importFrom(DT,dataTableOutput)
importFrom(DT,datatable)
importFrom(DT,renderDataTable)
importFrom(curl,ie_get_proxy_for_url)
importFrom(httr,GET)
importFrom(httr,RETRY)
importFrom(httr,config)
importFrom(httr,content)
importFrom(httr,set_config)
importFrom(httr,use_proxy)
importFrom(jsonlite,fromJSON)
importFrom(readr,cols)
importFrom(readr,read_csv)
importFrom(rlang,.data)
importFrom(shiny,browserViewer)
importFrom(shiny,fillRow)
importFrom(shiny,h4)
importFrom(shiny,observeEvent)
importFrom(shiny,renderTable)
importFrom(shiny,runGadget)
importFrom(shiny,stopApp)
importFrom(shiny,tableOutput)
importFrom(shinycssloaders,withSpinner)
importFrom(stats,complete.cases)
importFrom(stats,setNames)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)