forked from iobis/obistools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 852 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(calculate_centroid)
export(check_depth)
export(check_eventdate)
export(check_eventids)
export(check_extension_eventids)
export(check_fields)
export(check_onland)
export(event_fields)
export(exportTree)
export(flatten_event)
export(flatten_occurrence)
export(identify_map)
export(lookup_xy)
export(map_fields)
export(match_taxa)
export(occurrence_fields)
export(plot_map)
export(plot_map_leaflet)
export(report)
export(report_summary)
export(treeStructure)
import(data.tree)
import(digest)
import(dplyr)
import(ggplot2)
import(knitr)
import(rmarkdown)
import(tidyr)
import(xml2)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,leaflet)
importFrom(stats,complete.cases)
importFrom(stats,na.omit)
importFrom(stringr,str_match)
importFrom(stringr,str_split)