mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 17:02:03 +02:00
bactid speed improvement
This commit is contained in:
@ -68,4 +68,8 @@ test_that("as.bactid works", {
|
||||
expect_equal(nrow(data.frame(test = as.bactid("ESCCOL"))),
|
||||
1)
|
||||
|
||||
# check empty values
|
||||
expect_equal(as.character(suppressWarnings(as.bactid(""))),
|
||||
NA_character_)
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user