mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 21:42:01 +02:00
added prevalence column and alterted as.mo algorith to use it, added ab_name as alias
This commit is contained in:
@ -18,7 +18,7 @@ test_that("mo_property works", {
|
||||
|
||||
# test integrity
|
||||
library(dplyr)
|
||||
MOs <- AMR::microorganisms %>% filter(!is.na(mo))
|
||||
MOs <- AMR::microorganisms %>% filter(!is.na(mo), nchar(mo) > 3)
|
||||
expect_identical(MOs$fullname, mo_fullname(MOs$fullname, language = "en"))
|
||||
|
||||
mo_clean <- MOs$mo
|
||||
|
Reference in New Issue
Block a user