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:
6
NEWS.md
6
NEWS.md
@ -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))
|
||||
|
Reference in New Issue
Block a user