importMulti: Add data to an existing table

View source: R/importFuns.R

importMultiR Documentation

Add data to an existing table

Description

Adds data to an existing database table. It is assumed that the geometry column in the data is named 'geometry'.

Usage

importMulti(db, dat, schema, dtype)

Arguments

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 target table.

dtype

The name of the table to add data to.

Value

Data uploaded to the database.


paulhegedus/OFPE documentation built on Nov. 23, 2022, 5:09 a.m.