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 April 4, 2025, 6:13 a.m.