generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
export(add_missing_weeks)
export(clean_colnames_spaces)
export(clean_colnames_suffixes)
export(clean_data_other_viruses)
export(clean_filmarray_age)
export(clean_filmarray_data)
export(clean_historic_data)
export(clean_sars_data)
export(clean_tosferina_data)
export(complete_age_categories)
export(convert_age_groups_as_cols)
export(fill_down_year)
export(generate_age_categories)
export(generate_age_groups_viruses)
export(get_all_tables)
export(get_cases_epiweeks)
export(get_cases_filmarray)
export(get_cases_influenza)
export(get_cases_other_viruses)
export(get_cases_prop_epiweek)
export(get_cases_sars)
export(get_cases_tosferina)
export(get_colors_age_groups)
export(get_cons_viruses_age_text)
export(get_dist_fci_other_vrs)
export(get_distribution_age_vr_sars)
export(get_distribution_epiweek)
export(get_distribution_esi_sars)
export(get_distribution_surveillance)
export(get_distribution_test)
export(get_historic_epi_times)
export(get_influenza_viruses)
export(get_perc_viruses_age)
export(get_prop_text)
export(get_results_tosferina)
export(get_selected_table)
export(get_subtypes_values)
export(get_table_epiweek_tosferina)
export(get_text_viruses)
export(get_top_virues_age)
export(get_tosferina_text_sex)
export(get_viruses_cumulative_proportion)
export(group_columns_total)
export(import_data_viral_circulation)
export(plot_age_group_distribution)
export(plot_cumulative_proportion)
export(plot_distribution_epiweek)
export(plot_distribution_surveillance)
export(plot_historic_epi_time)
export(plot_results_tosferina)
export(plot_table_epiweek_tosferina)
export(plot_table_legend)
export(plot_table_vrs_epiweek)
import(dplyr)
import(rlang)
importFrom(dplyr,"%>%")
importFrom(rlang,":=")