1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-13 05:21:50 +02:00

Fixes for Salmonella

This commit is contained in:
2022-12-17 14:31:33 +01:00
parent 5f3a7694aa
commit 23fe427cbc
42 changed files with 375 additions and 445 deletions

View File

@ -61,7 +61,7 @@ availability <- function(tbl, width = NULL) {
R_print[is.na(R)] <- ""
if (is.null(width)) {
width <- options()$width -
width <- getOption("width", 100) -
(max(nchar(colnames(tbl))) +
# count col
8 +