mirror of
https://github.com/msberends/AMR.git
synced 2025-12-13 23:50:20 +01:00
(v1.6.0.9008) unlike, bugfix for col_mo naming
This commit is contained in:
@@ -114,8 +114,8 @@ abx_atc2 <- ab_old %>%
|
||||
filter(!atc %in% abx_atc1$atc,
|
||||
is.na(ears_net),
|
||||
!is.na(atc_group1),
|
||||
!atc_group1 %like% ("virus|vaccin|viral|immun"),
|
||||
!official %like% "(combinations| with )") %>%
|
||||
atc_group1 %unlike% ("virus|vaccin|viral|immun"),
|
||||
official %unlike% "(combinations| with )") %>%
|
||||
mutate(ab = NA_character_) %>%
|
||||
as.data.frame(stringsAsFactors = FALSE) %>%
|
||||
select(ab, atc, name = official)
|
||||
|
||||
Reference in New Issue
Block a user