mirror of
https://github.com/msberends/AMR.git
synced 2025-07-12 19:41:58 +02:00
(v2.1.1.9155) new mic_p50()
and mic_p90()
- updated AMR intro
This commit is contained in:
2
R/sir.R
2
R/sir.R
@ -1544,7 +1544,7 @@ sir_interpretation_history <- function(clean = FALSE) {
|
||||
if (pkg_is_available("tibble")) {
|
||||
out <- import_fn("as_tibble", "tibble")(out)
|
||||
}
|
||||
structure(out, class = c("sir_log", class(out)))
|
||||
as_original_data_class(out, class(out), extra_class = "sir_log")
|
||||
}
|
||||
|
||||
#' @method print sir_log
|
||||
|
Reference in New Issue
Block a user