-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
executable file
·39 lines (38 loc) · 968 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
export(ebirdchecklist)
export(ebirdchecklistfeed)
export(ebirdfreq)
export(ebirdgeo)
export(ebirdhistorical)
export(ebirdhotspot)
export(ebirdhotspotlist)
export(ebirdloc)
export(ebirdnotable)
export(ebirdregion)
export(ebirdregioncheck)
export(ebirdregioninfo)
export(ebirdregionspecies)
export(ebirdsubregionlist)
export(ebirdtaxonomy)
export(ebirdtaxonomyversion)
export(getlatlng)
export(nearestobs)
export(species_code)
importFrom(assertthat,assert_that)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,left_join)
importFrom(dplyr,tbl_df)
importFrom(dplyr,tibble)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,http_error)
importFrom(httr,modify_url)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(methods,is)
importFrom(stats,reshape)
importFrom(utils,URLencode)
importFrom(utils,read.delim)