-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
118 lines (117 loc) · 3.07 KB
/
NAMESPACE
File metadata and controls
118 lines (117 loc) · 3.07 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Generated by roxygen2: do not edit by hand
S3method(print,dhs_duckdb)
export(ahadi_path)
export(auto_bin)
export(auto_parse_types)
export(autoparse_dates)
export(available_date_formats)
export(big_mark)
export(build_dictionary)
export(build_emod_demog)
export(build_emod_demog_from_wpp)
export(calculate_match_stats)
export(calculate_reporting_metrics)
export(calculate_reporting_metrics_dates)
export(check_chirps_available)
export(check_dhs_indicators)
export(check_era5_available)
export(check_snt_var)
export(chirps_options)
export(classify_facility_activity)
export(clean_filenames)
export(clear_snt_cache)
export(compare_methods_plot)
export(compress_png)
export(consistency_check)
export(consistency_map)
export(correct_outliers)
export(create_data_structure)
export(crosswalk_shapefiles_sf)
export(detect_factors)
export(detect_outliers)
export(detect_time_pattern)
export(dhis2_map)
export(download_chirps)
export(download_dhs_indicators)
export(download_era5)
export(download_modis)
export(download_process_nasapower)
export(download_shapefile)
export(download_worldpop)
export(download_worldpop_age_band)
export(era5_options)
export(extract_time_components)
export(extrapolate_pop)
export(facetted_map_bins)
export(facetted_map_gradient)
export(facility_reporting_plot)
export(fallback_diff)
export(fallback_row_sum)
export(french_malaria_acronyms)
export(fuzzy_match_facilities)
export(generate_ir_plot)
export(get_active_facilities)
export(get_dhs_data)
export(get_era5_metadata)
export(get_model)
export(get_palette)
export(get_pathway_vars)
export(get_worldpop_paths)
export(impute_higher_admin)
export(impute_outlier_ma)
export(initialize_project_structure)
export(list_palettes)
export(mean2)
export(median2)
export(migrate_era5_filenames)
export(modis_options)
export(normalize_raster_by_polygon)
export(outlier_plot)
export(plot_admin_map_distinct)
export(prep_geonames)
export(prepare_plot_data)
export(print_era5_metadata)
export(process_ihme_u5m_raster)
export(process_raster_collection)
export(process_raster_with_boundaries)
export(process_weighted_raster_collection)
export(process_weighted_raster_stacks)
export(read)
export(read_emod_weather)
export(read_era5)
export(read_snt_data)
export(reporting_rate_map)
export(reporting_rate_plot)
export(run_resistance_trend)
export(safe_sum)
export(setup_project_paths)
export(snt_data_dict)
export(snt_process_population)
export(standardize_names)
export(sum2)
export(tidy_malaria_raster_names)
export(translate_text)
export(translate_text_vec)
export(translate_yearmon)
export(validate_process_coordinates)
export(validate_process_spatial)
export(validate_routine_hf_data)
export(vdigest)
export(write)
export(write_emod_demog_by_adm2)
export(write_emod_weather)
export(write_emod_weather_by_adm2)
export(write_snt_data)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_h1)
importFrom(cli,cli_h2)
importFrom(cli,cli_text)
importFrom(digest,digest)
importFrom(lubridate,"%m+%")
importFrom(rio,import)
importFrom(rio,install_formats)
importFrom(stats,ave)
importFrom(tools,file_ext)
importFrom(utils,head)
importFrom(utils,install.packages)
importFrom(utils,tail)