mirror of
https://github.com/msberends/AMR.git
synced 2025-07-13 06:01:53 +02:00
(v0.9.0.9020) as.mo() improvement
This commit is contained in:
@ -852,7 +852,7 @@ saveRDS(microorganisms.codes, "microorganisms.codes.rds")
|
||||
### for same server
|
||||
microorganisms <- MOs
|
||||
microorganisms.old <- MOs.old
|
||||
microorganisms.translation <- old_new %>% select(mo_old, mo_new)
|
||||
microorganisms.translation <- old_new %>% select(mo_old, mo_new) %>% as.data.frame()
|
||||
class(microorganisms.translation$mo_old) <- "mo"
|
||||
class(microorganisms.translation$mo_new) <- "mo"
|
||||
|
||||
|
Reference in New Issue
Block a user