mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 13:01:51 +02:00
(v2.1.1.9052) unit test fix
This commit is contained in:
@ -63,7 +63,7 @@
|
||||
#' # dplyr -------------------------------------------------------------------
|
||||
#'
|
||||
#' if (require("dplyr")) {
|
||||
#'. example_isolates %>% select(carbapenems())
|
||||
#' example_isolates %>% select(carbapenems())
|
||||
#' }
|
||||
#'
|
||||
#' if (require("dplyr")) {
|
||||
@ -73,7 +73,7 @@
|
||||
#'
|
||||
#' if (require("dplyr")) {
|
||||
#' # select only antibiotic columns with DDDs for oral treatment
|
||||
#'. example_isolates %>% select(administrable_per_os())
|
||||
#' example_isolates %>% select(administrable_per_os())
|
||||
#' }
|
||||
#'
|
||||
#' if (require("dplyr")) {
|
||||
|
Reference in New Issue
Block a user