Skip to content

Commit

Permalink
[hotfix to pre-release] [skip vbump] 382 add extra defaults for numer…
Browse files Browse the repository at this point in the history
…ic stats in tm_t_summary and tm_t_summary_by (#384)
  • Loading branch information
shajoezhu authored Feb 12, 2022
1 parent aaaca48 commit 5f0462c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/tm_t_summary.R
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ ui_summary <- function(id, ...) {
"25% and 75%-ile" = "quantiles",
"Min - Max" = "range"
),
selected = a$numeric_stats
selected = c("n", "mean_sd", "median", "range")
),
radioButtons(
ns("denominator"),
Expand Down
2 changes: 1 addition & 1 deletion R/tm_t_summary_by.R
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ ui_summary_by <- function(id, ...) {
"25% and 75%-ile" = "quantiles",
"Min - Max" = "range"
),
selected = a$numeric_stats
selected = c("n", "mean_sd", "median", "range")
),
if (a$dataname == a$parentname) {
shinyjs::hidden(
Expand Down

0 comments on commit 5f0462c

Please sign in to comment.