mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 01:22:25 +02:00
website
This commit is contained in:
@ -477,7 +477,9 @@ antibiogram <- function(x,
|
||||
colnames(new_df)[edit_col] <- paste(colnames(new_df)[edit_col], "(N min-max)")
|
||||
}
|
||||
|
||||
structure(as_original_data_class(new_df, class(x), extra_class = "antibiogram"),
|
||||
out <- as_original_data_class(new_df, class(x), extra_class = "antibiogram")
|
||||
rownames(out) <- NULL
|
||||
structure(out,
|
||||
long = long,
|
||||
combine_SI = combine_SI
|
||||
)
|
||||
|
Reference in New Issue
Block a user