File: sqldf-package.Rd

package info (click to toggle)
r-cran-sqldf 0.4-11-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 316 kB
  • sloc: awk: 91; sh: 13; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 564 bytes parent folder | download
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 }