I am running R Notebook with sql code, but the SQL code is not displayed in the final html output file
```{sql connection=db}
SQL QUERY
```
The R Code is displayed as usually.
I am running R Notebook with sql code, but the SQL code is not displayed in the final html output file
```{sql connection=db}
SQL QUERY
```
The R Code is displayed as usually.