mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 02:03:04 +02:00
added mdr_tb()
This commit is contained in:
@ -140,7 +140,7 @@ resistance_predict <- function(x,
|
||||
|
||||
# -- date
|
||||
if (is.null(col_date)) {
|
||||
col_date <- search_type_in_df(tbl = x, type = "date")
|
||||
col_date <- search_type_in_df(x = x, type = "date")
|
||||
}
|
||||
if (is.null(col_date)) {
|
||||
stop("`col_date` must be set.", call. = FALSE)
|
||||
|
Reference in New Issue
Block a user