search for: inamesdf

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

Did you mean: namesdf
2007 Dec 07
0
SQLiteDF SQLITE ERROR after attach
...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","iris.sdf") OR attachSdf(".SQLiteDF/iris.db","iris.sdf1") the message is the same Errore in attachSdf(".SQLiteDF/iris.db", "iris.sdf") : .SQLiteDF/iris.db is not a valid SDF. pe...