createShinyViews: Create database views that are suitable for explorePgtraj()

Description Usage Arguments Value Examples

Description

It is expected that *all* pgtrajes are projected in the schema in order to run.

Usage

1
createShinyViews(conn, schema, pgtraj, force = FALSE)

Arguments

conn

DBI::DBIConnection

schema

String. Schema name.

pgtraj

String. Pgtraj name.

force

Boolean. Drop and recreate the views if they already exist.

Value

nothing

Examples

1
2
3
4
## Not run: 
createShinyViews(conn, schema="ibex_traj", pgtraj="ibex", force=TRUE)

## End(Not run)

rpostgisLT documentation built on May 2, 2019, 3:04 a.m.