The R Project SVN R-packages

Rev

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

Rev 3251 Rev 3324
Line 1... Line 1...
1
\name{SQLiteDF-package}
1
\name{SQLiteDF-package}
2
\alias{SQLiteDF-package}
2
\alias{SQLiteDF-package}
3
\alias{SQLiteDF}
3
\alias{SQLiteDF}
4
\docType{package}
4
\docType{package}
5
\title{
5
\title{ SQLite data frames }
6
Utilities to store data into SQLite data frames.
6
\description{ S3 and utility methods to implement SQLite data frames. }
7
}
-
 
8
\description{
-
 
9
Not much really.
-
 
10
}
-
 
11
\details{
7
\details{
12
\tabular{ll}{
-
 
13
Package: \tab SQLiteDF\cr
8
This package aims to transparently operate on data frames stored in
14
Type: \tab Package\cr
-
 
15
Version: \tab 1.0\cr
9
SQLite databases.
16
Date: \tab 2006-06-09\cr
-
 
17
License: \tab What license is it under?\cr
-
 
18
}
-
 
19
}
10
}
20
\author{
11
\author{
21
Miguel A. R. Manese
12
Miguel A. R. Manese
22
Maintainer: Miguel A. R. Manese <jjonphl@gmail.com>
13
Maintainer: Miguel A. R. Manese <jjonphl@gmail.com>
23
}
14
}
24
\references{
-
 
25
NA
-
 
26
}
-
 
27
\keyword{ package }
15
\keyword{ package }
28
\seealso{
-
 
29
}
-
 
30
\examples{
-
 
31
}
-