1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 02:03:04 +02:00
This commit is contained in:
2023-02-18 11:57:17 +01:00
parent e890360986
commit ba255ddb00
15 changed files with 30 additions and 23 deletions

View File

@ -164,9 +164,9 @@ bug_drug_combinations <- function(x,
} else {
out <- run_it(x)
}
rownames(out) <- NULL
out <- out %pm>% pm_arrange(mo, ab)
out <- as_original_data_class(out, class(x.bak)) # will remove tibble groups
rownames(out) <- NULL
structure(out, class = c("bug_drug_combinations", ifelse(data_has_groups, "grouped", character(0)), class(out)))
}