mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 18:22:02 +02:00
fix for R <= 3.3
This commit is contained in:
@ -651,7 +651,7 @@ dataset_UTF8_to_ASCII <- function(df) {
|
||||
df[, i] <- col
|
||||
}
|
||||
}
|
||||
tibble::as_tibble(df)
|
||||
import_fn("as_tibble", "tibble")(df)
|
||||
}
|
||||
|
||||
# for eucast_rules() and mdro(), creates markdown output with URLs and names
|
||||
|
Reference in New Issue
Block a user