emap.Rd
Quickly draw a geometry and save it in the data base Only works interactively: Should not run by mistake in markdown. Notice that if write is true (default) the results are written to the connected data base on conn to a table called emap This will overwrite the previous emap layer. So if you want to save permanently provide a different name for the table. The table goes in the public schema. You may want to move it later to another schema.
emap(place = "Bournemouth", write = TRUE, table = "emap")
place | Defaults to Bournemouth. Geocoded. |
---|---|
write | Defaults to TRUE.Writes to the course data base |
table | Name of the table to write. Defaults to emap |
A geometry
# NOT RUN { mygeom<-emap() # }