forked from ropensci/rgbif
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
41 lines (41 loc) · 826 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
40
41
S3method(gbifdata,gbifdens)
S3method(gbifdata,gbiflist)
S3method(print,gbifdens)
S3method(print,gbiflist)
export(blanktheme)
export(capwords)
export(colClasses)
export(commas_to_periods)
export(country_codes)
export(density_spplist)
export(densitylist)
export(gbifdata)
export(gbifmap_dens)
export(gbifmap_list)
export(gbifxmlToDataFrame)
export(is.gbifdens)
export(is.gbiflist)
export(networks)
export(occurrencecount)
export(occurrencedensity)
export(occurrenceget)
export(occurrencelist)
export(occurrencelist_all)
export(occurrencelist_many)
export(parseresults)
export(providers)
export(resources)
export(stylegeojson)
export(taxoncount)
export(taxonget)
export(taxonsearch)
export(taxrank)
export(togeojson)
import(RCurl)
import(XML)
import(ggplot2)
import(grid)
import(httr)
import(maptools)
import(plyr)
import(rgdal)