Provides functions for quickly writing (and reading back) a data.frame to file in 'SQLite' format. The name stands for *Store Tables using 'SQLite'*, or alternatively for *Quick Store Tables* (either way, it could be pronounced as *Quest*). For data.frames containing the supported data types it is intended to work as a drop-in replacement for the 'write_*()' and 'read_*()' functions provided by similar packages.
Version: | 0.1.2 |
Imports: | RSQLite, DBI, dplyr, dbplyr, tibble, magrittr |
Published: | 2020-11-20 |
DOI: | 10.32614/CRAN.package.qst |
Author: | Magnus Thor Torfason |
Maintainer: | Magnus Thor Torfason <m at zulutime.net> |
License: | MIT + file LICENCE |
NeedsCompilation: | no |
Language: | en-US |
Materials: | README NEWS |
CRAN checks: | qst results |
Reference manual: | qst.pdf |
Package source: | qst_0.1.2.tar.gz |
Windows binaries: | r-devel: qst_0.1.2.zip, r-release: qst_0.1.2.zip, r-oldrel: qst_0.1.2.zip |
macOS binaries: | r-release (arm64): qst_0.1.2.tgz, r-oldrel (arm64): qst_0.1.2.tgz, r-release (x86_64): qst_0.1.2.tgz, r-oldrel (x86_64): qst_0.1.2.tgz |
Please use the canonical form https://CRAN.R-project.org/package=qst to link to this page.