From 3b851db778ca9fa836cb2d11ec8aacbfe6c7129f Mon Sep 17 00:00:00 2001 From: LordRust Date: Mon, 31 Jul 2023 11:25:09 +0200 Subject: [PATCH] showing row names in Data visualization table --- server.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server.R b/server.R index e28409f..9e08271 100644 --- a/server.R +++ b/server.R @@ -358,7 +358,9 @@ shinyServer(function(input, output, session) { } print(M) M - }) + }, + rownames = TRUE + ) # *** Print figure legend *** output$FigureLegend <- renderPrint({