From 87d08905cc75953d1873879c2ed828a467e3be36 Mon Sep 17 00:00:00 2001 From: Christian Luz <33626459+ceefluz@users.noreply.github.com> Date: Wed, 22 Aug 2018 12:55:05 +0200 Subject: [PATCH] small change in mutate example --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8f91e574..a8f4e1e4 100755 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ #### New * 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 * Added parameters `minimum` and `as_percent` to `portion_df`