Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nbenn/sqlr
CREATE sql from R
https://github.com/nbenn/sqlr
r r-pkg sql
Last synced: 15 days ago
JSON representation
CREATE sql from R
- Host: GitHub
- URL: https://github.com/nbenn/sqlr
- Owner: nbenn
- License: other
- Created: 2017-10-06T13:52:34.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T19:17:52.000Z (about 2 years ago)
- Last Synced: 2024-08-13T07:13:44.894Z (3 months ago)
- Topics: r, r-pkg, sql
- Language: R
- Size: 1.13 MB
- Stars: 16
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - nbenn/sqlr - CREATE sql from R (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# sqlr
After a long period of inactivity, the initial proof of concept (available as `retired` branch) will be re-imagined.