1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 10:31:53 +02:00

(v0.7.1.9009) note for WHOCC

This commit is contained in:
2019-07-09 11:22:46 +02:00
parent d9e257f8db
commit b15d59cf03
34 changed files with 711 additions and 41 deletions

View File

@ -496,8 +496,8 @@ mdro <- function(x,
#' @rdname mdro
#' @export
brmo <- function(..., guideline = "BRMO") {
mdro(..., guideline = "BRMO")
brmo <- function(x, guideline = "BRMO", ...) {
mdro(x, guideline = "BRMO", ...)
}
#' @rdname mdro