-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
71 lines (70 loc) · 1.78 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
60
61
62
63
64
65
66
67
68
69
70
71
# Generated by roxygen2: do not edit by hand
export(assign_round_number)
export(autoparse_dates)
export(available_date_formats)
export(big_mark)
export(calculate_distance)
export(categorize_biannual)
export(check_coords)
export(check_data)
export(check_land_water)
export(check_leap_issue)
export(check_missing)
export(check_tables_availability)
export(compress_png_files)
export(construct_api_url)
export(correct_flipped_geo_coords)
export(create_gt_table)
export(create_summary_by_group)
export(create_summary_table)
export(detect_date_format)
export(find_nearest_coord)
export(format_date_ord)
export(get_api_date_suffix)
export(get_missing_ids)
export(get_ona_data)
export(get_polis_api_data)
export(get_updated_ona_data)
export(init_folders)
export(install_suggested_packages)
export(iterative_api_call)
export(join_and_check_mismatches)
export(prep_geonames)
export(prep_match_datatypes)
export(prep_match_names)
export(prep_mdb_table_extract)
export(prep_new_detections_table)
export(prep_ona_data_endpoints)
export(process_api_response)
export(read)
export(save)
export(save_polis_data)
export(update_polis_api_data)
export(validate_admin_hierarchy)
export(validate_data)
export(validate_date)
export(validate_dates)
export(validate_polis)
export(validate_polis_snapshots)
export(write_log_file_api)
import(doFuture)
import(dplyr)
import(foreach)
import(future)
importFrom(cli,cli_alert_warning)
importFrom(cli,cli_h1)
importFrom(cli,cli_h2)
importFrom(cli,cli_text)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(foreach,"%dopar%")
importFrom(geosphere,distHaversine)
importFrom(lubridate,year)
importFrom(purrr,map_dfr)
importFrom(rio,import)
importFrom(rio,install_formats)
importFrom(rlang,":=")
importFrom(rlang,sym)
importFrom(sf,read_sf)
importFrom(stats,setNames)
importFrom(tools,file_ext)