-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
168 lines (167 loc) · 3.94 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# Generated by roxygen2: do not edit by hand
S3method(check_contacts,contacts)
S3method(filter,sites)
S3method(get_contacts,default)
S3method(get_contacts,numeric)
S3method(get_datasets,default)
S3method(get_datasets,numeric)
S3method(get_datasets,site)
S3method(get_datasets,sites)
S3method(get_downloads,character)
S3method(get_downloads,numeric)
S3method(get_downloads,sites)
S3method(get_publications,default)
S3method(get_publications,numeric)
S3method(get_publications,publication)
S3method(get_publications,publications)
S3method(get_sites,default)
S3method(get_sites,numeric)
S3method(get_sites,sites)
S3method(get_specimens,default)
S3method(get_specimens,numeric)
S3method(get_specimens,sites)
S3method(getids,collunit)
S3method(getids,collunits)
S3method(getids,site)
S3method(getids,sites)
export("%>%")
export(add_chronology)
export(build_chron)
export(build_collunits)
export(build_dataset)
export(build_sample)
export(build_sites)
export(build_specimen)
export(check_contacts)
export(chroncontrols)
export(chronologies)
export(cite_data)
export(collunits)
export(coordinates)
export(datasets)
export(doi)
export(filter)
export(get_contacts)
export(get_datasets)
export(get_downloads)
export(get_manual)
export(get_publications)
export(get_sites)
export(get_specimens)
export(get_stats)
export(get_table)
export(getids)
export(parseURL)
export(pingNeotoma)
export(plotLeaflet)
export(samples)
export(selectMatch)
export(set_chronology)
export(set_collunit)
export(set_contact)
export(set_dataset)
export(set_default)
export(set_publications)
export(set_sample)
export(set_server)
export(set_site)
export(showMatch)
export(specimens)
export(taxa)
export(toJSON)
export(toWide)
exportClasses(author)
exportClasses(authors)
exportClasses(chronologies)
exportClasses(chronology)
exportClasses(collunit)
exportClasses(collunits)
exportClasses(contact)
exportClasses(contacts)
exportClasses(dataset)
exportClasses(datasets)
exportClasses(publication)
exportClasses(publications)
exportClasses(repositories)
exportClasses(repository)
exportClasses(sample)
exportClasses(samples)
exportClasses(site)
exportClasses(specimen)
exportClasses(specimens)
exportMethods("$")
exportMethods("$<-")
exportMethods("[")
exportMethods("[[")
exportMethods("[[<-")
exportMethods(add_chronology)
exportMethods(as.data.frame)
exportMethods(as.list)
exportMethods(c)
exportMethods(chroncontrols)
exportMethods(chronologies)
exportMethods(cite_data)
exportMethods(collunits)
exportMethods(coordinates)
exportMethods(datasets)
exportMethods(doi)
exportMethods(length)
exportMethods(names)
exportMethods(plot)
exportMethods(plotLeaflet)
exportMethods(samples)
exportMethods(selectMatch)
exportMethods(show)
exportMethods(showMatch)
exportMethods(specimens)
exportMethods(summary)
exportMethods(taxa)
exportMethods(toJSON)
exportMethods(write.csv)
import(dplyr)
import(geojsonsf)
import(gtools)
import(jsonlite)
import(leaflet)
import(lubridate)
import(sf)
import(stringr)
import(tidyr)
importFrom(assertthat,assert_that)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,coalesce)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(geojsonsf,sf_geojson)
importFrom(httr,GET)
importFrom(httr,HEAD)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(leaflet,addCircleMarkers)
importFrom(leaflet,addTiles)
importFrom(leaflet,leaflet)
importFrom(lubridate,as_date)
importFrom(magrittr,"%>%")
importFrom(methods,"slot<-")
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(progress,progress_bar)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(purrr,reduce)
importFrom(rlang,is_interactive)
importFrom(stats,na.omit)
importFrom(stringr,str_detect)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,write.csv)
importFrom(uuid,UUIDgenerate)