sqldf icon indicating copy to clipboard operation
sqldf copied to clipboard

don't write row.names

Open wibeasley opened this issue 6 years ago • 0 comments

avoids the errors like the one below. I hand-tested all of them except for the BOD and H2 examples.

Error in connection_import_file(conn@ptr, name, value, sep, eol, skip) :
  RS_sqlite_import: D:/Users/Will/Documents/tmp.csv line 2 expected 1 columns of data but found 2

wibeasley avatar Jun 19 '18 23:06 wibeasley