getInfolocsColumns: Get all columns in the infolocs table but the step_id

Description Usage Arguments Value Author(s)

View source: R/utils-shiny.R

Description

Gets all the columns names in the infoloc table of the pgtraj and parses them for inserting into an SQL query, e.g.: "col1 ,col2, col2 ,"

Usage

1
getInfolocsColumns(conn, schema, pgtraj, df = FALSE)

Arguments

conn

DBI::DBIConnection

schema

String. Schema name.

pgtraj

String. Pgtraj name.

df

Boolean. Return a data frame or a string?

Value

character vector or NULL if there are no infolocs

Author(s)

Balázs Dukai balazs.dukai@gmail.com


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