sqliteQuickColumn {RSQLite} | R Documentation |
Return an entire column from a SQLite database
Description
A shortcut for
dbReadTable(con, table, select.cols = column, row.names = FALSE)[[1]]
,
kept for compatibility reasons.
Usage
sqliteQuickColumn(con, table, column)
[Package RSQLite version 2.2.16 Index]