The R Project SVN R-packages

Rev

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

Rev 3324 Rev 3358
Line 59... Line 59...
59
are sorted according to their number of uses in the previous session and then the 
59
are sorted according to their number of uses in the previous session and then the 
60
first 30 are attached. The relative path is used for finding the SDF file. If the file
60
first 30 are attached. The relative path is used for finding the SDF file. If the file
61
cannot be found, it is deleted from the SQLiteDF workspace (with a warning message). The
61
cannot be found, it is deleted from the SQLiteDF workspace (with a warning message). The
62
scores are then all reset.
62
scores are then all reset.
63
 
63
 
64
A sqlite.data.frame object is basically list with the following elements:
64
A sqlite.data.frame object is a list a single element:
65
\itemize{
65
\itemize{
66
\item{iname}{the internal name of the SDF.}
66
\item{iname}{the internal name of the SDF.}
-
 
67
}
67
\item{row.names}{A sqlite.vector of mode character containing the row names of the SDF}
68
and the following attributes:
-
 
69
\itemize{
68
\item{class}{The S3 class vector \code{c("sqlite.data.frame", "data.frame")}}
70
\item{class}{The S3 class vector \code{c("sqlite.data.frame", "data.frame")}}
-
 
71
\item{row.names}{A sqlite.vector of mode character containing the row names of the SDF}
69
}
72
}
70
}
73
}
71
\value{
74
\value{
72
A S3 object representing the SDF. The SDF database will be created in the same directory
75
A S3 object representing the SDF. The SDF database will be created in the same directory
73
with file name derived by appending the extension \emph{db} to the passed internal
76
with file name derived by appending the extension \emph{db} to the passed internal