readOGR2: Read a PostGIS table via OGR.

Description Usage Arguments Author(s) Examples

Description

Reads spatial data from a postgres server, without exposing passwords like readOGR1.

Usage

1
readOGR2(hostip = NA, user = NA, db = NA, layer = NA, p = NA)

Arguments

hostip
user
db
layer
p

Author(s)

ivanhanigan plus the readOGR1 author

Examples

1
2
# shp <- readOGR2(thehostip, theUserName, thedatabaseName, thedata)
# enter the password at the prompt.

ivanhanigan/delphe documentation built on May 18, 2019, 7:13 a.m.