An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.