-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
39 lines (38 loc) · 986 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
38
39
# Generated by roxygen2: do not edit by hand
S3method("[",gho)
S3method("[<-",gho)
S3method("[[",gho)
S3method("[[<-",gho)
S3method(c,gho)
S3method(print,gho)
export(display_attribute_values)
export(display_attributes)
export(filter_gho)
export(get_gho_codes)
export(get_gho_data)
export(get_gho_dimensions)
export(search_codes)
export(search_dimensions)
export(search_gho)
importFrom(curl,ie_get_proxy_for_url)
importFrom(dplyr,filter_)
importFrom(dplyr,select_)
importFrom(httr,build_url)
importFrom(httr,content)
importFrom(httr,parse_url)
importFrom(httr,use_proxy)
importFrom(httr,user_agent)
importFrom(jsonlite,fromJSON)
importFrom(lazyeval,lazy_dots)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(magrittr,"extract2")
importFrom(memoise,memoise)
importFrom(memoise,timeout)
importFrom(readr,read_csv)
importFrom(stats,runif)
importFrom(stats,setNames)
importFrom(tibble,as_tibble)
importFrom(tidyr,spread_)
importFrom(utils,head)