mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 09:11:51 +02:00
(v0.7.1.9097) mdro() examples fix
This commit is contained in:
6
R/mdro.R
6
R/mdro.R
@ -62,9 +62,9 @@
|
||||
#' MRGN = mrgn(.))
|
||||
#'
|
||||
#' example_isolates %>%
|
||||
#' rename(PIP = TZP) # no piperacillin, so take piperacillin/tazobactam
|
||||
#' mrgn() %>% # check German guideline
|
||||
#' freq() # check frequencies
|
||||
#' rename(PIP = TZP) %>% # no piperacillin, so take piperacillin/tazobactam
|
||||
#' mrgn() %>% # check German guideline
|
||||
#' freq() # check frequencies
|
||||
mdro <- function(x,
|
||||
guideline = NULL,
|
||||
col_mo = NULL,
|
||||
|
Reference in New Issue
Block a user