-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.56 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("%>%")
export(rfp_bcd_get_data)
export(rfp_gpkg_to_geojson)
export(rfp_gpx_import)
export(rfp_meta_bcd_xref)
export(rfp_meta_bcd_xref_col_comments)
export(rfp_photo_metadata_rm)
export(rfp_source_csv)
export(rfp_source_url)
export(rfp_u_rm_gpkg_layers)
importFrom(bcdata,bcdc_describe_feature)
importFrom(bcdata,bcdc_query_geodata)
importFrom(bcdata,bcdc_search)
importFrom(chk,chk_character)
importFrom(chk,chk_ext)
importFrom(chk,chk_file)
importFrom(chk,chk_string)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_danger)
importFrom(cli,cli_alert_info)
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,count)
importFrom(dplyr,everything)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,ungroup)
importFrom(exifr,exiftool_call)
importFrom(fs,dir_ls)
importFrom(fs,path)
importFrom(glue,glue)
importFrom(janitor,clean_names)
importFrom(lifecycle,deprecated)
importFrom(lubridate,ymd_hms)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map2_df)
importFrom(purrr,map_df)
importFrom(purrr,map_lgl)
importFrom(purrr,pluck)
importFrom(purrr,set_names)
importFrom(rlang,sym)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_layers)
importFrom(sf,st_read)
importFrom(sf,st_write)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_upper)
importFrom(tibble,tibble)
importFrom(tools,file_path_sans_ext)