-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
67 lines (66 loc) · 1.74 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
# Generated by roxygen2: do not edit by hand
S3method(count_occurrences,archive_file)
S3method(count_occurrences,default)
S3method(last_mod,archive_file)
S3method(last_mod,col_id)
S3method(last_mod,default)
S3method(last_mod,registration)
export(archive_occurrences)
export(clean_occurrences)
export(count_occurrences)
export(get_archive_path)
export(get_collection_ids)
export(get_endpoint)
export(get_file_name)
export(get_gbif_datasets)
export(get_metadata)
export(get_occurrences)
export(get_registration)
export(get_subsets)
export(get_uuid)
export(initiate_gbif_ingestion)
export(last_mod)
export(n_archived_subsets)
export(publish_archive)
export(send_gbif_dataset_endpoint)
export(send_gbif_dataset_id)
export(send_gbif_dataset_metadata)
export(skip_collection)
export(skip_gbif)
export(stage_archive)
export(unstage_archive)
export(update_gbif_dataset_endpoint)
export(update_gbif_dataset_metadata)
export(write_eml)
export(write_meta)
export(write_occurrences)
importFrom(EML,set_coverage)
importFrom(EML,write_eml)
importFrom(digest,digest)
importFrom(emld,as_emld)
importFrom(finbif,finbif_collections)
importFrom(finbif,finbif_occurrence)
importFrom(finbif,scientific_name)
importFrom(httr,RETRY)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(rlang,.data)
importFrom(stats,na.omit)
importFrom(tidyr,unnest)
importFrom(utils,as.person)
importFrom(utils,capture.output)
importFrom(utils,hasName)
importFrom(utils,person)
importFrom(utils,unzip)
importFrom(utils,write.table)
importFrom(utils,zip)
importFrom(wk,wk_meta)
importFrom(wk,wkt)
importFrom(wk,xy_x)
importFrom(wk,xy_y)
importFrom(xml2,as_list)
importFrom(xml2,as_xml_document)
importFrom(xml2,read_xml)
importFrom(xml2,write_xml)