mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 17:41:57 +02:00
Fixes for Salmonella
This commit is contained in:
@ -1564,6 +1564,10 @@ salmonellae <- tibble(
|
||||
gbif_parent = 9701185
|
||||
)
|
||||
|
||||
salmonellae <- salmonellae %>%
|
||||
# remove e.g. Salmonella Enteritidis if Salmonella enteritidis already existed
|
||||
filter(!tolower(fullname) %in% tolower(AMR::microorganisms$fullname))
|
||||
|
||||
groups <- c("Paratyphi A",
|
||||
"Paratyphi B",
|
||||
"Paratyphi C",
|
||||
|
Reference in New Issue
Block a user