From 644a4405a7f2cb105bb9e1b71806aba5ef3f2617 Mon Sep 17 00:00:00 2001 From: Vedha Viyash <49812166+vedhav@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:59:33 +0530 Subject: [PATCH] Update R/module_data_summary.R Signed-off-by: Vedha Viyash <49812166+vedhav@users.noreply.github.com> --- R/module_data_summary.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/module_data_summary.R b/R/module_data_summary.R index 966044f67f..cae7a63796 100644 --- a/R/module_data_summary.R +++ b/R/module_data_summary.R @@ -123,7 +123,7 @@ srv_data_summary <- function(id, teal_data) { " (", vapply( summary_table()[is_unsupported, "dataname"], - function(x) typeof(teal_data()[[x]]), character(1L) + function(x) class(teal_data()[[x]])[1], character(1L) ), ")" )