sqliteQuickColumn function

Return an entire column from a SQLite database

Return an entire column from a SQLite database

A shortcut for dbReadTable(con, table, select.cols = column, row.names = FALSE)[[1]], kept for compatibility reasons.

sqliteQuickColumn(con, table, column)
  • Maintainer: Kirill Müller
  • License: LGPL (>= 2.1)
  • Last published: 2024-12-03