Skip to contents

Get the Variable Source Summary table

Usage

getVariableSourceSummaryTable(connectionDetails)

Arguments

connectionDetails

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

Value

(data.frame) A table of variable source records and a boolean column for if they are loaded.

Examples

if (FALSE) {
variableSourceSummaryTable <- getVariableSourceSummaryTable(connectionDetails)
}