Skip to content

Commit

Permalink
Fix sql code chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
StatsRhian committed Sep 24, 2024
1 parent a39ffa6 commit c5a9c58
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 c5a9c58

Please sign in to comment.