1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 11:01:55 +02:00

(v1.4.0.9038) docu update

This commit is contained in:
2020-12-13 13:44:04 +01:00
parent c8bcecf232
commit ac22b8d5c1
16 changed files with 62 additions and 66 deletions

View File

@ -293,6 +293,8 @@ test_that("as.mo works", {
expect_warning(c(x[1], "test"))
# ignoring patterns
expect_equal(as.character(as.mo(c("E. coli", "E. coli ignorethis"), ignore_pattern = "this")),
c("B_ESCHR_COLI", NA))
# frequency tables
if (require("cleaner")) {