importDat | R Documentation |
Adds data to an existing database table. It is assumed that the geometry column in the data is named 'geometry'.
importDat(db, dat, schema, dtype, upserts)
db |
Database connection to OFPE formatted database. |
dat |
Data to be imported to the database to form the new table. Must be 'sp' object. |
schema |
Name of the schema with table. |
dtype |
The name of the table to add data to |
upserts |
Columns in the data to check against for appending data. |
NULL, data added to table in database.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.