Provides utilities for generating SQL queries (particularly CREATE TABLE statements) from R model objects. The most important use case is generating SQL to score a generalized linear model or related model represented as an R object, in which case the package handles parsing formula operators and including the model's response function.
Version: | 0.1.4 |
Depends: | R (≥ 3.3.0) |
Imports: | dbplyr (≥ 1.0.0) |
Suggests: | testthat, arm, glmnet, mboost, covr |
Published: | 2019-03-17 |
Author: | William Brannon [aut, cre] |
Maintainer: | William Brannon <wwbrannon at email.wm.edu> |
BugReports: | https://github.com/wwbrannon/sqlscore/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/wwbrannon/sqlscore/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | sqlscore results |
Reference manual: | sqlscore.pdf |
Package source: | sqlscore_0.1.4.tar.gz |
Windows binaries: | r-devel: sqlscore_0.1.4.zip, r-release: sqlscore_0.1.4.zip, r-oldrel: sqlscore_0.1.4.zip |
macOS binaries: | r-release: sqlscore_0.1.4.tgz, r-oldrel: sqlscore_0.1.4.tgz |
Old sources: | sqlscore archive |
Please use the canonical form https://CRAN.R-project.org/package=sqlscore to link to this page.