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

(v1.4.0.9055) more unit tests

This commit is contained in:
2020-12-31 13:44:58 +01:00
parent 10dec96058
commit ecac443f86
13 changed files with 26 additions and 21 deletions

View File

@ -1,5 +1,5 @@
# AMR 1.4.0.9054
## <small>Last updated: 29 December 2020</small>
# AMR 1.4.0.9055
## <small>Last updated: 31 December 2020</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()`):