-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathNAMESPACE
55 lines (54 loc) · 1.55 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_groups_to_xlsform_names)
export(auto_detect_select_multiple)
export(auto_detect_sm_parents)
export(auto_sm_parent_child)
export(barplot_by_group)
export(barplot_grouped_binaries)
export(check_cleaning_log)
export(check_distances_from_target)
export(check_main_repeat_consistency)
export(check_point_distance_by_id)
export(check_reported_strata_against_spatial_poly)
export(check_variation_by)
export(closest_distance_rtree)
export(date_file_prefix)
export(df_comparison_log)
export(extract_sm_option_columns)
export(get_na_response_rates)
export(implement_cleaning_log)
export(load_audit)
export(make_xlsform_lookup_table)
export(match_closest_pt_rtree)
export(mean_prop_working)
export(mean_proportion_table)
export(mutate_nearest_feature)
export(others_cleaning_log)
export(parent_other_q)
export(pct_change_by_groups_all_numerics)
export(questionnaire_factorize_categorical)
export(read_all_csvs_in_folder)
export(readr_all_csvs_in_folder)
export(refactor_to_xlsform)
export(remove_concat_select_multiple)
export(remove_groups_from_xlsform_names)
export(remove_kobo_grouper)
export(return_select_multiple_groups)
export(rowAny)
export(st_drop_geometry_keep_coords)
export(stratified_sampler)
export(strsplit_on_multiple)
export(survey_collapse)
export(survey_collapse_binary_long)
export(survey_collapse_categorical_long)
export(tolower_rm_special)
import(dplyr)
import(ggplot2)
import(leaflet)
import(purrr)
import(sf)
import(tidyr)
importFrom(magrittr,"%>%")
importFrom(sf,st_distance)
importFrom(sf,st_join)