The R Project SVN R-packages

Rev

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

Rev 3684 Rev 3700
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, sdf_tempdir)
3
export(dupSdf,renameSdf, inameSdf, rbindSdf)
4
export(sdfImportDBI, sdfImportSQLite)
4
export(sdfImportDBI, sdfImportSQLite)
5
export(sqlite.matrix)
5
export(sqlite.matrix)
-
 
6
#export(sdf_tmpdir)
6
 
7
 
7
export(typeSvec, has.typeSvec)
8
export(typeSvec, has.typeSvec)
8
 
9
 
9
importFrom(stats, quantile.default)
10
importFrom(stats, quantile.default)
10
importFrom(utils, head, tail)
11
importFrom(utils, head, tail)