forked from nationalparkservice/QCkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
33 lines (32 loc) · 790 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(DC_col_check)
export(check_dc_cols)
export(check_te)
export(convert_datetime_format)
export(convert_long_to_utm)
export(convert_utm_to_ll)
export(create_datastore_script)
export(document_missing_values)
export(fix_utc_offset)
export(fuzz_location)
export(generate_ll_from_utm)
export(get_custom_flags)
export(get_dc_flags)
export(get_df_flags)
export(get_dp_flags)
export(get_elevation)
export(get_park_polygon)
export(get_taxon_rank)
export(get_utm_zone)
export(long2UTM)
export(order_cols)
export(remove_empty_tables)
export(replace_blanks)
export(te_check)
export(utm_to_ll)
export(validate_coord)
export(validate_coord_list)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(stats,sd)
importFrom(utils,read.csv)