-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
60 lines (59 loc) · 1.6 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(basic_locality_clean)
export(basis_clean)
export(citation_bellow)
export(data_chomp)
export(filter_fix_names)
export(fix_columns)
export(fix_names)
export(full_clean)
export(gators_download)
export(gators_merge)
export(get_gbif)
export(get_idigbio)
export(need_to_georeference)
export(needed_records)
export(one_point_per_pixel)
export(process_flagged)
export(remove_duplicates)
export(remove_missing)
export(remove_redacted)
export(remove_skewed)
export(taxa_clean)
export(thin_points)
importFrom(CoordinateCleaner,clean_coordinates)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(leaflet,addAwesomeMarkers)
importFrom(leaflet,addLegend)
importFrom(leaflet,addMiniMap)
importFrom(leaflet,addProviderTiles)
importFrom(leaflet,awesomeIcons)
importFrom(leaflet,fitBounds)
importFrom(leaflet,leaflet)
importFrom(leaflet,providers)
importFrom(leaflet,removeMarker)
importFrom(magrittr,"%>%")
importFrom(parsedate,format_iso_8601)
importFrom(parsedate,parse_iso_8601)
importFrom(rgbif,gbif_citation)
importFrom(rgbif,name_backbone)
importFrom(rgbif,occ_data)
importFrom(ridigbio,idig_search_records)
importFrom(spThin,thin)
importFrom(spatstat.geom,nndist)
importFrom(stats,na.omit)
importFrom(stringr,str_length)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_sentence)
importFrom(stringr,str_to_title)
importFrom(terra,res)
importFrom(utils,capture.output)
importFrom(utils,write.csv)