-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathNAMESPACE
More file actions
43 lines (42 loc) · 896 Bytes
/
NAMESPACE
File metadata and controls
43 lines (42 loc) · 896 Bytes
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
# Generated by roxygen2: do not edit by hand
S3method(print,pgi)
export(dbAddKey)
export(dbAsDate)
export(dbColumn)
export(dbComment)
export(dbDrop)
export(dbIndex)
export(dbReadDataFrame)
export(dbSchema)
export(dbTableInfo)
export(dbVacuum)
export(dbWriteDataFrame)
export(pgGetBoundary)
export(pgGetGeom)
export(pgGetRast)
export(pgInsert)
export(pgListGeom)
export(pgListRast)
export(pgMakePts)
export(pgMakeStp)
export(pgPostGIS)
export(pgSRID)
export(pgWriteGeom)
export(pgWriteRast)
import(DBI)
import(RPostgreSQL)
importFrom(DBI,dbDriver)
importFrom(DBI,dbQuoteIdentifier)
importFrom(DBI,dbQuoteString)
importFrom(methods,"slot<-")
importFrom(methods,as)
importFrom(methods,slot)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(stats,na.omit)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,ncol)
importFrom(terra,nrow)
importFrom(terra,rast)