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

Description Usage Arguments Value Examples

View source: R/createShinyViews.R

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)

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