Skip to content
This repository has been archived by the owner on Jun 12, 2020. It is now read-only.

gadenbuie/sqrrl

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

๐Ÿฟ sqrrl

sqrrl is a small collection of utility functions that help build text-based SQL queries in an R-style native-feeling and functional manner.

Unlike other packages that build SQL queries using an object-oriented style, sqrrl provides small functions that produce SQL snippets and can be linked together to compose SQL queries. The result is that the code to produce the SQL statement reads much like the SQL statement iteself. On the other hand, sqrrl doesn't know anything about your database and can't help you out with completions, etc.

Installation

# install.packages('devtools')
devtools::install_github('gadenbuie/sqrrl')
library(sqrrl)

Package documentation and overview can be found at http://gadenbuie.github.io/sqrrl/.

About

๐Ÿฟ Utility Functions For Building SQL Queries

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages