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 29, 2024, 3:30 a.m.