1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-22 14:53:20 +02:00

(v1.4.0.9062) unit test fix

This commit is contained in:
2021-01-04 14:46:17 +01:00
parent a7ea4c9d2f
commit 1563dcd1aa
13 changed files with 53 additions and 56 deletions

View File

@ -1,4 +1,4 @@
# AMR 1.4.0.9061
# AMR 1.4.0.9062
## <small>Last updated: 4 January 2021</small>
### New
* Functions `get_episode()` and `is_new_episode()` to determine (patient) episodes which are not necessarily based on microorganisms. The `get_episode()` function returns the index number of the episode per group, while the `is_new_episode()` function returns values `TRUE`/`FALSE` to indicate whether an item in a vector is the start of a new episode. They also support `dplyr`s grouping (i.e. using `group_by()`):