-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
53 lines (52 loc) · 1.29 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(check_default_data_path)
export(check_for_newer_data)
export(coastal_analysis)
export(coastal_indicator)
export(download_observations)
export(dry_down)
export(foraging_analysis)
export(foraging_indicator)
export(format_code)
export(format_todo)
export(format_value)
export(get_default_data_path)
export(initiation_analysis)
export(initiation_indicator)
export(load_datafile)
export(load_indicator_data)
export(max_count_indicator)
export(max_count_plot)
export(max_counts)
export(plot_coastal)
export(plot_foraging)
export(plot_initiation)
export(plot_supercolony)
export(supercolony_analysis)
export(supercolony_indicator)
export(use_default_data_path)
export(water_report)
export(weather)
export(weather_report)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(httr,stop_for_status)
importFrom(lubridate,"%m+%")
importFrom(magrittr,"%>%")
importFrom(rlang,"!!!")
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,time)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,tail)
importFrom(utils,unzip)
importFrom(utils,write.csv)