The R Project SVN R-packages

Rev

Rev 3509 | Rev 3700 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3509 Rev 3684
Line 1... Line 1...
1
useDynLib(SQLiteDF)
1
useDynLib(SQLiteDF)
2
export(sqlite.data.frame, lsSdf, getSdf,attachSdf,detachSdf, sdflm)
2
export(sqlite.data.frame, lsSdf, getSdf,attachSdf,detachSdf, sdflm)
3
export(dupSdf,renameSdf, inameSdf, rbindSdf)
3
export(dupSdf,renameSdf, inameSdf, rbindSdf, sdf_tempdir)
4
export(sdfImportDBI, sdfImportSQLite)
4
export(sdfImportDBI, sdfImportSQLite)
5
export(sqlite.matrix)
5
export(sqlite.matrix)
6
 
6
 
7
export(typeSvec, has.typeSvec)
7
export(typeSvec, has.typeSvec)
8
 
8