The R Project SVN R-packages

Rev

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

Rev 3482 Rev 3509
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)
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
 
9
importFrom(stats, quantile.default)
9
importFrom(stats, quantile.default)
10
importFrom(utils, head, tail)
10
importFrom(utils, head, tail)
Line 51... Line 51...
51
S3method(all.equal, sqlite.vector)
51
S3method(all.equal, sqlite.vector)
52
S3method(print, sqlite.vector)
52
S3method(print, sqlite.vector)
53
S3method(mean, sqlite.vector)
53
S3method(mean, sqlite.vector)
54
S3method(is.list, sqlite.vector)
54
S3method(is.list, sqlite.vector)
55
 
55
 
56
#S3method(length, sqlite.matrix)
56
S3method(length, sqlite.matrix)
57
#S3method(dim, sqlite.matrix)
57
S3method(dim, sqlite.matrix)
-
 
58
S3method(dimnames, sqlite.matrix)
-
 
59
S3method(head, sqlite.matrix)
-
 
60
S3method(print, sqlite.matrix)
-
 
61