eth-mds / ricu

🏥 ICU data with R 🏥
https://eth-mds.github.io/ricu/
GNU General Public License v3.0
33 stars 11 forks source link

Fix limits in `urine24` by not using `win_tbl` #62

Open prockenschaub opened 2 months ago

prockenschaub commented 2 months ago

Fixes the issue described in #61.

Note that we could alternatively fix how fill_gaps handles win_tbls but this would be a bigger change with potentially unintended consequences. This change simply fixes the issue locally in urine24 and therefore only affects downstream code that relies on this concept.