The R Project SVN R-packages

Rev

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

Rev 3700 Rev 3808
Line 1... Line 1...
1
useDynLib(SQLiteDF)
1
useDynLib(SQLiteDF)
-
 
2
export(sqlite.data.frame, sqlite.vector, sqlite.matrix)
2
export(sqlite.data.frame, lsSdf, getSdf,attachSdf,detachSdf, sdflm)
3
export(lsSdf, getSdf,attachSdf,detachSdf)
3
export(dupSdf,renameSdf, inameSdf, rbindSdf)
4
export(dupSdf,renameSdf, inameSdf, rbindSdf)
4
export(sdfImportDBI, sdfImportSQLite)
5
export(sdfImportDBI, sdfImportSQLite)
5
export(sqlite.matrix)
6
export(sdflm)
6
#export(sdf_tmpdir)
7
#export(sdf_tmpdir)
7
 
8
 
8
export(typeSvec, has.typeSvec)
9
export(typeSvec, has.typeSvec)
9
 
10
 
10
importFrom(stats, quantile.default)
11
importFrom(stats, quantile.default)
Line 57... Line 58...
57
S3method(length, sqlite.matrix)
58
S3method(length, sqlite.matrix)
58
S3method(dim, sqlite.matrix)
59
S3method(dim, sqlite.matrix)
59
S3method(dimnames, sqlite.matrix)
60
S3method(dimnames, sqlite.matrix)
60
S3method(head, sqlite.matrix)
61
S3method(head, sqlite.matrix)
61
S3method(print, sqlite.matrix)
62
S3method(print, sqlite.matrix)
-
 
63
S3method("[", sqlite.matrix)
-
 
64
S3method(Ops, sqlite.matrix)
-
 
65
 
62
 
66