-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
40 lines (39 loc) · 1.02 KB
/
NAMESPACE
File metadata and controls
40 lines (39 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
export(assign_cases)
export(bbox_to_sf)
export(check_internal_consistency)
export(create_xwalk)
export(crosswalk)
export(reduce_overlaps)
export(validate_col)
import(data.table)
importFrom(data.table,":=")
importFrom(data.table,.BY)
importFrom(data.table,.EACHI)
importFrom(data.table,.GRP)
importFrom(data.table,.I)
importFrom(data.table,.N)
importFrom(data.table,.NGRP)
importFrom(data.table,.SD)
importFrom(data.table,data.table)
importFrom(data.table,setDF)
importFrom(data.table,setDT)
importFrom(data.table,setnames)
importFrom(data.table,setorderv)
importFrom(lwgeom,st_snap_to_grid)
importFrom(sf,st_area)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_buffer)
importFrom(sf,st_contains)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_is_longlat)
importFrom(sf,st_join)
importFrom(sf,st_make_valid)
importFrom(sf,st_overlaps)
importFrom(sf,st_sf)
importFrom(stats,rnorm)
importFrom(stats,sd)