powered by
read a table from DWH using a ODBC connection
dwh_read_table(connection, table, names_lower = TRUE, ...)
dataframe containing table data
DWH connection
table name (character string)
convert field names to lower (default = TRUE)
Further arguments to be passed to DBI::dbGetQuery()
if (FALSE) { dwh_read_table(con, "database.table_test") }
Run the code above in your browser using DataLab