Skip to contents

Check if a table exists in a database

Usage

checkTableExists(connectionDetails, databaseSchema, tableName)

Arguments

connectionDetails

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

databaseSchema

(character) schema that contains the table to be checked

tableName

(character) name of the table to be checked

Value

(boolean) A logical value indicating whether the table exists