pgTrajTempT: Creates a temporary table in the 'traj' schema.

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

Used by pgTrajDB2TempT and pgTrajR2TempT to create a temporary table which will be populated by these functions. The temporary table's name is a random string to avoid collation with user generated tables.

Usage

1
pgTrajTempT(conn, schema)

Arguments

conn

Connection object created with RPostgreSQL

schema

String. Name of the schema that stores or will store the pgtraj data model

Value

TRUE on success, otherwise warning/error

Author(s)

Balázs Dukai balazs.dukai@gmail.com

Examples

1
## Not run: pgTrajTempT(conn, "traj_1")

mablab/rpostgisLT documentation built on May 10, 2020, 9:35 a.m.