Skip to content

Commit

Permalink
Update R/module_data_summary.R
Browse files Browse the repository at this point in the history
Signed-off-by: Vedha Viyash <[email protected]>
  • Loading branch information
vedhav authored Nov 4, 2024
1 parent 787a0fd commit 644a440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/module_data_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
),
")"
)
Expand Down

0 comments on commit 644a440

Please sign in to comment.