-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
36 lines (35 loc) · 928 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
# Generated by roxygen2: do not edit by hand
export(convert_wp_10yr)
export(convert_wp_agegroups)
export(download_worldpop_agetifs)
export(get_UNcode)
export(get_UNcode_from_ISO3)
export(get_city_std)
export(get_country_code)
export(get_country_name_ISO2)
export(get_country_name_ISO3)
export(get_country_name_std)
export(get_iso)
export(get_iso2_from_ISO3)
export(get_iso3_from_ISO2)
export(get_location_std)
export(get_region)
export(get_subregion)
export(get_whoregion)
export(load_worldpop_age)
export(match_city)
export(match_country)
export(match_locations)
export(match_locs_level2)
export(who_disease_incidence_month)
export(who_disease_incidence_year)
export(wp_geotiff_filenames)
import(dplyr)
import(tidyr)
importFrom(dplyr,"%>%")
importFrom(exactextractr,exact_extract)
importFrom(foreach,"%dopar%")
importFrom(foreach,foreach)
importFrom(raster,raster)
importFrom(tibble,as_tibble)
importFrom(utils,download.file)