mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 20:06:11 +01:00
small change in mutate example
This commit is contained in:
commit
43ba16f8ed
2
NEWS.md
2
NEWS.md
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#### New
|
#### New
|
||||||
* Functions `count_R`, `count_IR`, `count_I`, `count_SI` and `count_S` to selectively count resistant or susceptibile isolates
|
* Functions `count_R`, `count_IR`, `count_I`, `count_SI` and `count_S` to selectively count resistant or susceptibile isolates
|
||||||
* Function `is.rsi.eligible` to check for columns that have valid antimicrobial results, but do not have the `rsi` class yet. Transform the columns of your raw data with: `data %>% mutate_at(is.rsi.eligible, as.rsi)`
|
* Function `is.rsi.eligible` to check for columns that have valid antimicrobial results, but do not have the `rsi` class yet. Transform the columns of your raw data with: `data %>% mutate_if(is.rsi.eligible, as.rsi)`
|
||||||
|
|
||||||
#### Changed
|
#### Changed
|
||||||
* Added parameters `minimum` and `as_percent` to `portion_df`
|
* Added parameters `minimum` and `as_percent` to `portion_df`
|
||||||
|
Loading…
Reference in New Issue
Block a user