mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 20:02:04 +02:00
v0.7.0
This commit is contained in:
3
R/mdro.R
3
R/mdro.R
@ -69,6 +69,9 @@ mdro <- function(x,
|
||||
if (length(guideline) > 1) {
|
||||
stop("`guideline` must be a length one character string.", call. = FALSE)
|
||||
}
|
||||
if (length(country) > 1) {
|
||||
stop("`country` must be a length one character string.", call. = FALSE)
|
||||
}
|
||||
if (!is.null(country)) {
|
||||
guideline <- country
|
||||
}
|
||||
|
Reference in New Issue
Block a user