mirror of
https://github.com/msberends/AMR.git
synced 2025-07-13 01:12:08 +02:00
new Norwegian link
This commit is contained in:
@ -761,9 +761,9 @@ updated_atc <- as.list(antibiotics$atc)
|
||||
|
||||
get_atcs <- function(ab_name, type = "human") {
|
||||
if (type == "human") {
|
||||
url <- "https://www.whocc.no/atc_ddd_index/"
|
||||
url <- "https://atcddd.fhi.no/atc_ddd_index/"
|
||||
} else if (type == "veterinary") {
|
||||
url <- "https://www.whocc.no/atcvet/atcvet_index/"
|
||||
url <- "https://atcddd.fhi.no/atcvet/atcvet_index/"
|
||||
} else {
|
||||
stop("invalid type")
|
||||
}
|
||||
|
Reference in New Issue
Block a user