mirror of
https://github.com/msberends/AMR.git
synced 2026-03-30 20:55:53 +02:00
(v3.0.1.9041) add breakpoints 2026
This commit is contained in:
4
R/sir.R
4
R/sir.R
@@ -2080,10 +2080,10 @@ freq.sir <- function(x, ...) {
|
||||
# this prevents the requirement for putting the dependency in Imports:
|
||||
#' @rawNamespace if(getRversion() >= "3.0.0") S3method(skimr::get_skimmers, sir)
|
||||
get_skimmers.sir <- function(column) {
|
||||
# TODO add here in AMR 3.1.0 details about guideline
|
||||
# TODO #170 add here in AMR 3.1.0 details about guideline
|
||||
skimr::sfl(
|
||||
skim_type = "sir",
|
||||
# guideline = function(x) "EUCAST 2025", # or "Multiple"
|
||||
# guideline = function(x) "EUCAST 2026", # or "Multiple"
|
||||
# origin = function(x) "MIC", # or "Multiple"
|
||||
count_S = count_S,
|
||||
count_I = count_I,
|
||||
|
||||
Reference in New Issue
Block a user