opensafely / post-covid-respiratory

MIT License
0 stars 0 forks source link

Update clinical event date x #36

Closed elsie-h closed 1 year ago

elsie-h commented 1 year ago

Turns out between[date1, date2] returns NA when date1>date2, so we can use between in the clinical_event_date_x function to avoid the error when the ceiling date is returned (see thread here).