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: 5 months ago
JSON representation

CREATE sql from R

Awesome Lists containing this project

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.