mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 14:01:55 +02:00
(v1.4.0.9014) bugfix
This commit is contained in:
2
R/mo.R
2
R/mo.R
@ -1417,7 +1417,7 @@ exec_as.mo <- function(x,
|
||||
# - Becker et al. 2014, PMID 25278577
|
||||
# - Becker et al. 2019, PMID 30872103
|
||||
# - Becker et al. 2020, PMID 32056452
|
||||
post_Becker <- c("") # 2020-10-20 currently all are mentioned in above papers
|
||||
post_Becker <- character(0) # 2020-10-20 currently all are mentioned in above papers
|
||||
if (any(x %in% MO_lookup[which(MO_lookup$species %in% post_Becker), property])) {
|
||||
|
||||
warning("Becker ", font_italic("et al."), " (2014, 2019) does not contain these species named after their publication: ",
|
||||
|
@ -140,9 +140,11 @@
|
||||
#' language = "nl") # "Streptococcus groep A"
|
||||
#'
|
||||
#' # gram stains can be used as a filter
|
||||
#' example_isolates %>%
|
||||
#' filter(is_gram_positive())
|
||||
#'
|
||||
#' if (require("dplyr")) {
|
||||
#' example_isolates %>%
|
||||
#' filter(is_gram_positive())
|
||||
#' }
|
||||
#'
|
||||
#' # other --------------------------------------------------------------------
|
||||
#' # get a list with the complete taxonomy (from kingdom to subspecies)
|
||||
#' mo_taxonomy("E. coli")
|
||||
|
BIN
R/sysdata.rda
BIN
R/sysdata.rda
Binary file not shown.
Reference in New Issue
Block a user