forked from rossyndicate/ross.wq.tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
91 lines (90 loc) · 2.3 KB
/
NAMESPACE
File metadata and controls
91 lines (90 loc) · 2.3 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
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_burial_flag)
export(add_column_if_not_exists)
export(add_depth_shift_flag)
export(add_drift_flag)
export(add_field_flag)
export(add_field_notes)
export(add_flag)
export(add_frozen_flag)
export(add_malfunction_flag)
export(add_na_flag)
export(add_repeat_flag)
export(add_seasonal_flag)
export(add_spec_flag)
export(add_suspect_flag)
export(add_unsubmerged_flag)
export(api_puller)
export(cal_annotate)
export(cal_back_calibrate)
export(cal_check)
export(cal_deduplicate)
export(cal_div_table_check)
export(cal_exp_one_point_drift)
export(cal_extract_chla_data)
export(cal_extract_conductivity_data)
export(cal_extract_fdom_data)
export(cal_extract_markup_data)
export(cal_extract_ph_orp_data)
export(cal_extract_pressure_data)
export(cal_extract_rdo_data)
export(cal_extract_turbidity_data)
export(cal_inv_lm)
export(cal_join_sensor_calibration_data)
export(cal_lin_trans_inv_lm_pH)
export(cal_lin_trans_lm)
export(cal_lm_pH)
export(cal_one_point_drift)
export(cal_prepare_calibration_windows)
export(cal_succession)
export(cal_three_point_drift_pH)
export(cal_two_point_drift)
export(cal_wt)
export(combine_datasets)
export(final_data_binder)
export(find_do_noise)
export(fix_calibration)
export(fix_site_names)
export(fix_turbidity)
export(flatten_page_params)
export(generate_summary_statistics)
export(get_start_dates)
export(grab_mWater_malfunction_notes)
export(grab_mWater_sensor_notes)
export(hv_auth)
export(hv_data_id)
export(hv_locations_all)
export(hv_names)
export(intersensor_check)
export(load_calibration_data)
export(load_mWater)
export(load_old_field_notes)
export(load_site_order)
export(low_pass_filter)
export(make_threshold_table)
export(move_api_data)
export(munge_api_data)
export(network_check)
export(parse_insitu_html_log)
export(tidy_api_data)
export(tidy_flag_column)
export(update_hv_api_tracker)
importFrom(data.table,":=")
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,lead)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,select)
importFrom(lubridate,"%within%")
importFrom(magrittr,"%>%")
importFrom(purrr,map2)
importFrom(rlang,sym)
importFrom(stats,lag)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(utils,flush.console)