mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 07:01:57 +02:00
support for dplyr 1.1.0
This commit is contained in:
2
R/mdro.R
2
R/mdro.R
@ -178,7 +178,7 @@ mdro <- function(x = NULL,
|
||||
only_sir_columns = FALSE,
|
||||
...) {
|
||||
if (is_null_or_grouped_tbl(x)) {
|
||||
# when `x` is left blank, auto determine it (get_current_data() also contains dplyr::cur_data_all())
|
||||
# when `x` is left blank, auto determine it (get_current_data() searches underlying data within call)
|
||||
# is also a fix for using a grouped df as input (i.e., a dot as first argument)
|
||||
x <- tryCatch(get_current_data(arg_name = "x", call = -2), error = function(e) x)
|
||||
}
|
||||
|
Reference in New Issue
Block a user