sqliteToRDS: Export the results of an sqlite query directly into an .rds...

View source: R/sqliteToRDS.R

sqliteToRDSR Documentation

Export the results of an sqlite query directly into an .rds file

Description

Export the results of an sqlite query directly into an .rds file

Usage

sqliteToRDS(con, query, bind.data = data.frame(x = 0L), out, classes = NULL,
  rowsPerBlock = 10000, stringsAsFactors = TRUE)

Arguments

con

connection to sqlite database

query

character scalar; query on con; the entire results of the query will be written to the .rds file, but the query can include 'limit' and 'offset' phrases.

bind.data

values for query parameters, if any; see


MotusWTS/motusServer documentation built on Aug. 8, 2024, 10:23 p.m.