-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
52 lines (51 loc) · 1.36 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
# Generated by roxygen2: do not edit by hand
export(assessment_cooccurrences)
export(assessment_cooccurrences_summary)
export(assessment_glance)
export(assessment_inventory)
export(assessment_list_glance)
export(assessment_list_inventory)
export(database_glance)
export(database_inventory)
export(download_assessment)
export(download_assessment_list)
export(download_database)
export(download_transect)
export(download_transect_list)
export(index_fqa_assessments)
export(index_fqa_databases)
export(index_fqa_transects)
export(species_acronym)
export(species_c)
export(species_common_name)
export(species_nativity)
export(species_phys)
export(species_profile)
export(species_profile_plot)
export(species_w)
export(transect_glance)
export(transect_inventory)
export(transect_list_glance)
export(transect_list_inventory)
export(transect_phys)
export(transect_subplot_inventories)
import(dplyr)
import(httr)
import(jsonlite)
import(tidyr)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,theme_minimal)
importFrom(memoise,drop_cache)
importFrom(memoise,forget)
importFrom(memoise,has_cache)
importFrom(memoise,memoise)
importFrom(rlang,.data)
importFrom(rlang,is_interactive)
importFrom(stats,sd)
importFrom(utils,tail)
importFrom(utils,txtProgressBar)