-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
38 lines (37 loc) · 990 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
# Generated by roxygen2: do not edit by hand
export(coordinatize)
export(display_names)
export(lagos_get_collins_2017)
export(lagos_get_oliver_2015)
export(lagos_load_collins_2017)
export(lagos_load_oliver_2015)
export(lagos_path)
export(lagosne_compile)
export(lagosne_get)
export(lagosne_load)
export(lagosne_select)
export(lagosne_version)
export(lake_info)
export(query_lagos_names)
importFrom(curl,curl_download)
importFrom(curl,curl_fetch_memory)
importFrom(dplyr,filter)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(lazyeval,interp)
importFrom(magrittr,"%>%")
importFrom(memoise,memoise)
importFrom(progress,progress_bar)
importFrom(qs,qread)
importFrom(qs,qsave)
importFrom(rappdirs,user_data_dir)
importFrom(rlang,.data)
importFrom(sf,st_as_sf)
importFrom(stats,setNames)
importFrom(stringr,str_extract)
importFrom(tibble,enframe)
importFrom(tidyr,unnest)
importFrom(utils,adist)
importFrom(utils,download.file)
importFrom(utils,read.csv)
importFrom(utils,read.table)