-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
32 lines (31 loc) · 780 Bytes
/
NAMESPACE
File metadata and controls
32 lines (31 loc) · 780 Bytes
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
# Generated by roxygen2: do not edit by hand
export(GDLSession)
export(gdl_countries)
export(gdl_datasets)
export(gdl_indicators)
export(gdl_levels)
export(gdl_regions)
export(gdl_request)
export(gdl_session)
export(set_countries)
export(set_countries_all)
export(set_country)
export(set_dataset)
export(set_extrapolation_years_linear)
export(set_extrapolation_years_nearest)
export(set_indicator)
export(set_indicators)
export(set_interpolation)
export(set_levels)
export(set_transposed)
export(set_year)
export(show.GDLSession)
exportClasses(GDLSession)
importFrom(httr2,req_error)
importFrom(httr2,req_headers)
importFrom(httr2,req_perform)
importFrom(httr2,request)
importFrom(httr2,resp_body_string)
importFrom(methods,is)
importFrom(methods,new)
importFrom(utils,read.csv)