mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 00:23:03 +02:00
dplyr 0.8.0 support, fixes #7
This commit is contained in:
4
R/mo.R
4
R/mo.R
@ -154,9 +154,7 @@ as.mo <- function(x, Becker = FALSE, Lancefield = FALSE, allow_uncertain = TRUE,
|
||||
#' @rdname as.mo
|
||||
#' @export
|
||||
is.mo <- function(x) {
|
||||
# bactid for older releases
|
||||
# remove when is.bactid will be removed
|
||||
identical(class(x), "mo") | identical(class(x), "bactid")
|
||||
identical(class(x), "mo")
|
||||
}
|
||||
|
||||
#' @rdname as.mo
|
||||
|
Reference in New Issue
Block a user