50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

RSQLite (version 2.4.1)

sqliteQuickColumn: 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)

Arguments