Skip to contents

Check if a variable exists in an attr_X table

Usage

checkVariableExists(connectionDetails, databaseSchema, tableName, variableName)

Arguments

connectionDetails

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

databaseSchema

(character) schema that contains the table containing the variable to be checked

tableName

(character) name of the table containing the variable to be checked

variableName

(character) name of the variable to be checked

Value

(boolean) A logical value indicating whether the variable exists