-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
79 lines (78 loc) · 2.14 KB
/
NAMESPACE
File metadata and controls
79 lines (78 loc) · 2.14 KB
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
export(canonicalize_names)
export(get_page_details)
export(vb_access_token_is_valid)
export(vb_count)
export(vb_count_community_classifications)
export(vb_count_community_concepts)
export(vb_count_cover_methods)
export(vb_count_named_places)
export(vb_count_parties)
export(vb_count_plant_concepts)
export(vb_count_plot_observations)
export(vb_count_projects)
export(vb_count_references)
export(vb_count_roles)
export(vb_count_stem_counts)
export(vb_count_strata)
export(vb_count_stratum_methods)
export(vb_count_taxon_importances)
export(vb_count_taxon_observations)
export(vb_count_user_datasets)
export(vb_create_dataset)
export(vb_debug)
export(vb_get)
export(vb_get_base_url)
export(vb_get_by_id)
export(vb_get_community_classifications)
export(vb_get_community_concepts)
export(vb_get_community_interpretations)
export(vb_get_cover_methods)
export(vb_get_named_places)
export(vb_get_parties)
export(vb_get_plant_concepts)
export(vb_get_plot_observations)
export(vb_get_projects)
export(vb_get_references)
export(vb_get_roles)
export(vb_get_stem_counts)
export(vb_get_strata)
export(vb_get_stratum_methods)
export(vb_get_taxon_importances)
export(vb_get_taxon_interpretations)
export(vb_get_taxon_observations)
export(vb_get_user_datasets)
export(vb_overview)
export(vb_refresh_token_is_valid)
export(vb_refresh_tokens)
export(vb_resolve)
export(vb_set_base_url)
export(vb_set_token)
export(vb_undebug)
export(vb_unset_token)
export(vb_upload)
export(vb_upload_community_classifications)
export(vb_upload_community_concepts)
export(vb_upload_cover_methods)
export(vb_upload_plant_concepts)
export(vb_upload_plot_observations)
export(vb_upload_stratum_methods)
export(vb_upload_taxon_interpretations)
export(vb_validate_community_concepts)
export(vb_validate_cover_methods)
export(vb_validate_plant_concepts)
export(vb_validate_plot_observations)
export(vb_validate_stratum_methods)
import(cli)
import(curl)
import(dplyr)
import(httr2)
import(nanoparquet)
import(tidyr)
importFrom(jsonlite,toJSON)
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(utils,head)
importFrom(utils,tail)