Skip to content

Commit

Permalink
chore: lint the package
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Nov 1, 2024
1 parent ecf6b8e commit 8630957
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/module_data_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ srv_data_summary <- function(id, teal_data) {
collapse = ", ",
shQuote(summary_table()[is_unsupported, "dataname"]),
" (",
vapply(summary_table()[is_unsupported, "dataname"], function(x) typeof(teal_data()[[x]]), character(1L)),
vapply(
summary_table()[is_unsupported, "dataname"],
function(x) typeof(teal_data()[[x]]), character(1L)
),
")"
)
),
Expand Down

0 comments on commit 8630957

Please sign in to comment.