mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 22:41:52 +02:00
grouping var for freq
This commit is contained in:
@ -56,7 +56,7 @@ test_that("mo_property works", {
|
||||
# check vector with random values
|
||||
library(dplyr)
|
||||
df_sample <- AMR::microorganisms %>% sample_n(100)
|
||||
expect_identical(df_sample %>% pull(mo) %>% mo_fullname(),
|
||||
expect_identical(df_sample %>% pull(mo) %>% mo_fullname(language = "en"),
|
||||
df_sample %>% pull(fullname))
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user