Learn R Programming

explore (version 1.0.1)

dwh_read_table: read a table from DWH

Description

read a table from DWH using a ODBC connection

Usage

dwh_read_table(connection, table, names_lower = TRUE, ...)

Value

dataframe containing table data

Arguments

connection

DWH connection

table

table name (character string)

names_lower

convert field names to lower (default = TRUE)

...

Further arguments to be passed to DBI::dbGetQuery()

Examples

Run this code
if (FALSE) {
dwh_read_table(con, "database.table_test")
}

Run the code above in your browser using DataLab