-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
37 lines (36 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
# Generated by roxygen2: do not edit by hand
export(add_negative_alert_groups)
export(add_unique_alert_ids)
export(average_duplicate_observations)
export(calculate_population_density)
export(clean_location_names)
export(clean_psql_data)
export(create_alert_groups)
export(extract_agroup_case_outcomes)
export(extract_agroup_pers_outcomes)
export(extract_alert_outcomes)
export(fill_missing_lps)
export(fill_phantom_zeroes)
export(get_epiweek)
export(get_ghs_pop)
export(get_outbreak_threshold)
export(get_pop)
export(get_shp)
export(get_uniform_wday_startdate)
export(identify_consecutive_outbreak_data)
export(identify_epidemic_period)
export(identify_epidemic_start)
export(identify_epidemic_tail)
export(identify_outbreaks)
export(identify_washout_period)
export(identify_weeks_exceeding_threshold)
export(observation_aggregator)
export(observation_filter)
export(remove_consecutive_alerts)
export(set_uniform_wday_start)
export(trigger_alert)
export(trigger_alert_caseratio)
export(trigger_alert_cases)
export(trigger_alert_trends)
import(magrittr)
importFrom(magrittr,"%>%")