Rev 3282 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
\name{getSdf}\alias{getSdf}\title{ Get an SDF }\description{Gets a handle to an SDF registered in the workspace. The returnedhandle is a sqlite.data.frame object which can be used with the mostcommon operators for data frames.}\usage{ getSdf(name) }\arguments{\item{name}{ A string containing the internal name of the desired SDF. This SDFis attached to the SQLiteDF workspace if it is not yet attached.}}\details{The SDF must be \emph{registered} with the SQLiteDF workspace. To get a listof registered SDF, use \code{lsSdf}.}\value{ Returns an sqlite.data.frame object for the SDF with the specifiedinternal name. }\author{Miguel A. R. Manese}\seealso{\code{\link[SQLiteDF]{sqlite.data.frame}}\code{\link[SQLiteDF]{lsSdf}}}\examples{mysdf <- getSdf("data1")}\keyword{data}