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

(v1.4.0.9027) docu update

This commit is contained in:
2020-11-25 20:26:02 +01:00
parent 7b42b15c90
commit 0e1fdb7dd7
16 changed files with 74 additions and 68 deletions

View File

@ -1,9 +1,9 @@
# AMR 1.4.0.9026
## <small>Last updated: 24 November 2020</small>
# AMR 1.4.0.9027
## <small>Last updated: 25 November 2020</small>
### New
* Function `is_new_episode()` to determine patient episodes which are not necessarily based on microorganisms. It also supports grouped variables with e.g. `mutate()`, `filter()` and `summarise()` of the `dplyr` package:
```r
```r
example_isolates %>%
group_by(patient_id, hospital_id) %>%
filter(is_new_episode(date, episode_days = 60))