1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
\name{sqldf-package}
\alias{sqldf-package}
\docType{package}
\title{
sqldf package overview
}
\description{
Provides an easy way to perform SQL selects on R data frames.
}
\details{
The package contains a single function \link{sqldf} whose help file
contains more information and examples.
}
\references{
The \link{sqldf} help page contains the primary documentation.
The sqldf github home page \url{https://github.com/ggrothendieck/sqldf}
contains links to SQLite pages that may be helpful in formulating queries.
}
\keyword{ package }
|