RSQLite.toolkit 0.1.3
- Fixed bug in
file_schema_dsv()anddbTableFromDSV()when 1A character is present in the DSV file. - Fixed bug when
dbTableFromDSV()is called withskip > 0among the parameters passed toscan. - Fixed bug in
dbExecFile()when quoted strings in SQL files were more then 9 elements. - Added support for reading a group of lines of length
nlinesfrom the DSV file bychunk_sizeblocks. - It is now possible to combine the
skip,nlinesandchunk_sizeparameters to read a specific portion of the DSV file. - Added support for automatic conversion of percentage numbers (i.e. numeric strings ending with
%) in DSV files. - In function
file_schema_dsv()added theall_nacolumn to the schema of the DSV file, which indicates whether all values in a column are NA. - Minor improvements to documentation.
RSQLite.toolkit 0.1.2
CRAN release: 2026-04-04
- Fixed bug in
dbExecFile(): it now supports quoting marks inside quoted strings.
