This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
109 lines (108 loc) · 2.56 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
# Generated by roxygen2: do not edit by hand
export("%!in%")
export(.simpleCap)
export(add_observed_nights)
export(add_start_end_nights)
export(build_cc_figure_1)
export(build_cc_table_1)
export(build_cc_table_2)
export(build_col_doc)
export(build_data_request)
export(build_ma_doc)
export(build_ma_figure_1)
export(build_ma_figure_2)
export(build_ma_figure_3)
export(build_ma_table_1)
export(build_ma_table_2)
export(build_ma_table_3)
export(build_sa_doc)
export(build_sa_figure_1)
export(build_sa_figure_2)
export(build_sa_figure_3)
export(build_sa_table_1)
export(build_sa_table_2)
export(cc_fig_1_ggplot)
export(clean_time_fields)
export(does_sa_type_exist)
export(download_data_request)
export(get_all_project_types)
export(get_all_species_counts_long)
export(get_cc_examples)
export(get_cc_project_summary)
export(get_cc_results)
export(get_cc_species)
export(get_colony_bulk_counts)
export(get_covariates)
export(get_data_request_approvals)
export(get_data_request_files)
export(get_ee_project_summary)
export(get_emergence_bulk_counts)
export(get_gql_url)
export(get_grts_covariate)
export(get_grts_data)
export(get_grts_frame_name)
export(get_grts_from_ll)
export(get_grts_leaflet_map)
export(get_grts_shp)
export(get_grts_shp_df)
export(get_ma_batch)
export(get_ma_bulk_wavs)
export(get_ma_bulk_wavs_old)
export(get_ma_event_metadata)
export(get_ma_examples)
export(get_ma_project_summary)
export(get_ma_results)
export(get_nabat_banding_by_states)
export(get_nabat_gql_token)
export(get_nightly_data)
export(get_observed_nights)
export(get_presigned_data)
export(get_project_file_bucket)
export(get_project_surveys)
export(get_projects)
export(get_refresh_token)
export(get_sa_batch)
export(get_sa_bulk_wavs)
export(get_sa_bulk_wavs_old)
export(get_sa_event_metadata)
export(get_sa_examples)
export(get_sa_project_summary)
export(get_sa_range_maps)
export(get_sa_results)
export(get_sa_species)
export(get_sample_frames)
export(get_spdf_from_polys_df)
export(get_species)
export(get_species_counts_long)
export(get_species_counts_wide)
export(get_token_headers)
export(get_upload_file_preview)
export(get_user_id_by_email)
export(grts_lookup_df)
export(ll_to_county_state)
export(process_uploaded_csv)
export(species_range_shps)
export(upload_csv)
export(upload_data)
import(dplyr)
import(flextable)
import(ggplot2)
import(htmltools)
import(htmlwidgets)
import(httr)
import(jsonlite)
import(leaflet)
import(lubridate)
import(magrittr)
import(maps)
import(maptools)
import(mapview)
import(officer)
import(plotly)
import(plyr)
import(raster)
import(rgdal)
import(rmarkdown)
import(sp)
import(stringr)
import(xml2)