Skip to content

Commit

Permalink
Merge pull request #122 from The-Strategy-Unit/StatsRhian/issue120
Browse files Browse the repository at this point in the history
Fix sql code chunk
  • Loading branch information
StatsRhian authored Sep 24, 2024
2 parents fa07c89 + c5a9c58 commit 26e5bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_extraction/data_log.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ We have updated the flagging of which episode is used as the last episode in spe

This new logic correctly includes regular attenders and also provides improvements over the < v.2.1 logic, such as better filtering of invalid episodes.

```{sql}
#| eval: FALSE
```sql

SELECT
t.FYEAR, t.EPIKEY
FROM (
Expand Down

0 comments on commit 26e5bb6

Please sign in to comment.