mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 15:21:58 +02:00
check for 2.0
This commit is contained in:
@ -458,7 +458,7 @@ antibiogram <- function(x,
|
||||
if (i == 1) {
|
||||
new_df <- long_to_wide(out[which(out$syndromic_group == grp), , drop = FALSE], digs = digits)
|
||||
} else {
|
||||
new_df <- rbind2(
|
||||
new_df <- rbind_AMR(
|
||||
new_df,
|
||||
long_to_wide(out[which(out$syndromic_group == grp), , drop = FALSE], digs = digits)
|
||||
)
|
||||
|
Reference in New Issue
Block a user