-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
42 lines (41 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
S3method(print,traits.build)
export("%>%")
export(as_wide_table)
export(bind_databases)
export(bind_trait_values)
export(convert_df_to_list)
export(convert_list_to_df1)
export(convert_list_to_df2)
export(extract_data)
export(extract_dataset)
export(extract_taxa)
export(extract_trait)
export(flatten_database)
export(get_version_latest)
export(get_versions)
export(join_context_properties)
export(join_contributors)
export(join_location_coordinates)
export(join_location_properties)
export(join_methods)
export(join_taxa)
export(join_taxonomic_updates)
export(load_austraits)
export(lookup_context_property)
export(lookup_location_property)
export(lookup_trait)
export(plot_locations)
export(plot_site_locations)
export(plot_trait_distribution_beeswarm)
export(separate_trait_values)
export(summarise_database)
export(trait_pivot_longer)
export(trait_pivot_wider)
import(RefManageR)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,family)
importFrom(utils,methods)