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)

r-dbi/RSQLite documentation built on March 18, 2024, 6:42 a.m.