sqliteQuickColumn: Return an entire column from a SQLite database

View source: R/deprecated.R

sqliteQuickColumnR 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)

RSQLite documentation built on May 23, 2026, 9:07 a.m.