https://github.com/dirkschumacher/learnsqlr
Learn SQL using R and duckdb
https://github.com/dirkschumacher/learnsqlr
Last synced: 5 months ago
JSON representation
Learn SQL using R and duckdb
- Host: GitHub
- URL: https://github.com/dirkschumacher/learnsqlr
- Owner: dirkschumacher
- License: other
- Created: 2020-10-11T16:15:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T20:07:53.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:14:30.394Z (8 months ago)
- Language: R
- Size: 5.86 KB
- Stars: 19
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - dirkschumacher/learnsqlr - Learn SQL using R and duckdb (R)
README
# learnsqlr
The goal of learnsqlr is to provide an RStudio addin to practice SQL.
Currently all hacked together to test the idea and get feedback.
## Installation
``` r
remotes::install_github("dirkschumacher/learnsqlr")
```## Example
Start the SQL learner either using `learnsqlr::learnsqlr_rstudio()` or using
the addin selection box.