Skip to contents

Get the name of a variable_source's geom dependency

Usage

getGeomNameFromVariableSourceId(connectionDetails, variableSourceId)

Arguments

connectionDetails

(list) An object of class connectionDetails as created by the createConnectionDetails function

variableSourceId

(integer) Identifier of a record in the variable_source table

Value

(character) The schema and table name for the source geom dependency

Examples

if (FALSE) {
geomName <- getGeomNameFromVariableSourceId(connectionDetails, 101)
}