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

Description Usage Arguments

View source: R/sqliteToRDS.R

Description

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

Usage

1
2
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


jbrzusto/motusServer documentation built on May 19, 2019, 8:19 a.m.