importNewDat: Create a new table in an OFPE database

View source: R/importFuns.R

importNewDatR Documentation

Create a new table in an OFPE database

Description

Create a new table in an OFPE database by inserting a 'sp' data object from R. It is assumed that the geometry column in the data is named 'geometry'.

Usage

importNewDat(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 to make.

dtype

The name of the table to make.

Value

NULL, a new table created in the database.


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