-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
78 lines (77 loc) · 1.9 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
S3method(subset,occurrences)
S3method(summary,occurrences)
S3method(unique,occurrences)
export(ala_config)
export(check_assertions)
export(field_info)
export(image_info)
export(images)
export(intersect_points)
export(occurrence_details)
export(occurrences)
export(occurrences_plot)
export(pick_filter)
export(sbdi_cache_filename)
export(sbdi_config)
export(sbdi_fields)
export(sbdi_list)
export(sbdi_lists)
export(sbdi_reasons)
export(scatterplot)
export(search_fulltext)
export(search_guids)
export(search_layers)
export(search_names)
export(search_partial_name)
export(sites_by_species)
export(species_info)
export(species_list)
export(taxinfo_download)
import(RCurl)
import(assertthat)
import(digest)
import(httr)
import(jsonlite)
import(plyr)
import(sf)
importFrom(assertthat,assert_that)
importFrom(assertthat,is.flag)
importFrom(assertthat,is.string)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,rainbow)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,points)
importFrom(graphics,title)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(plotly,add_markers)
importFrom(plotly,plot_ly)
importFrom(sf,st_crs)
importFrom(stats,aggregate)
importFrom(stats,na.omit)
importFrom(stringr,regex)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_locate)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_trim)
importFrom(utils,URLencode)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,packageVersion)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,unzip)
importFrom(wellknown,lint)