forked from NeotomaDB/neotoma2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
79 lines (78 loc) · 1.83 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
# Generated by roxygen2: do not edit by hand
S3method(check_contacts,contacts)
S3method(filter,default)
S3method(get_closest,default)
S3method(get_closest,sites)
S3method(get_contacts,default)
S3method(get_contacts,numeric)
S3method(get_datasets,default)
S3method(get_datasets,numeric)
S3method(get_datasets,sites)
S3method(get_downloads,numeric)
S3method(get_publications,default)
S3method(get_publications,numeric)
S3method(get_publications,publication)
S3method(get_publications,publications)
S3method(get_sites,default)
S3method(get_sites,numeric)
export("%>%")
export(check_contacts)
export(datasetsCSV)
export(doi)
export(filter)
export(get_closest)
export(get_contacts)
export(get_datasets)
export(get_downloads)
export(get_publications)
export(get_sites)
export(get_table)
export(pager)
export(parseURL)
export(plotLeaflet)
export(selectMatch)
export(set_publications)
export(set_site)
export(showDatasets)
export(showMatch)
exportClasses(author)
exportClasses(authors)
exportClasses(publication)
exportClasses(publications)
exportMethods("$")
exportMethods("[[")
exportMethods("[[<-")
exportMethods(as.data.frame)
exportMethods(c)
exportMethods(doi)
exportMethods(length)
exportMethods(names)
exportMethods(selectMatch)
exportMethods(show)
exportMethods(showMatch)
import(arulesViz)
import(dplyr)
import(gtools)
import(leaflet)
import(lubridate)
import(mapview)
import(purrr)
import(sf)
import(stringr)
importFrom(assertthat,assert_that)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,coalesce)
importFrom(httr,GET)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(jsonlite,fromJSON)
importFrom(magrittr,"%>%")
importFrom(methods,new)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(purrr,map)
importFrom(purrr,pluck)
importFrom(utils,write.csv)
importFrom(utils,write.table)