read.esri | R Documentation |
Reads from a defined list of databases.
read.esri(database = "EGH_PUBLIC", layer, query = NULL, ...)
database |
Either EGH_PUBLIC on GISDB1 or SWSP on BESDBPROD1 |
layer |
a fully qualified SQL table name, |
query |
a query to submit directly to server; |
... |
additional arguments passed to st_read. The correct CRS, usually 2913, will need to be passed. |
an sf
object, additionally inheriting tbl_df
, tbl
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.