search for: sqlite_workspace

Displaying 1 result from an estimated 1 matches for "sqlite_workspace".

2007 Dec 07
0
SQLiteDF SQLITE ERROR after attach
...- sqlite.data.frame(iris) i have close R and than restart it for verify the correct load of dataframe : the file data1 is saved in the usual folder .SQLiteDF after the command : attachSdf("c:/R/Report/.SQLiteDF/data1.db","iris.sdf") R give this error SQLITE ERROR (line 295 at sqlite_workspace.c): column internal_name is not unique SQLITE ERROR (line 463 at sqlite_workspace.c): near "data1": syntax error if i try a new solution (after delete all the .SQLite folder) iris.sdf <- sqlite.data.frame(iris) iris.sdf1<-inameSdf(iris.sdf) attachSdf(".SQLiteDF/iris.db...