mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2026-06-19 04:27:30 +02:00
fest: falg to se detail level of characteristics table
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled
Some checks failed
pkgdown.yaml / pkgdown (push) Has been cancelled
This commit is contained in:
parent
653424692d
commit
f82ee16cd3
19 changed files with 185 additions and 39 deletions
|
|
@ -375,6 +375,17 @@ ui_elements <- function(selection) {
|
|||
value = "acc_pan_chars",
|
||||
title = "Settings",
|
||||
icon = bsicons::bs_icon("table"),
|
||||
# vectorSelectInput(
|
||||
# inputId = "baseline_theme",
|
||||
# selected = "none",
|
||||
# label = i18n$t("Select table theme"),
|
||||
# choices = c(
|
||||
# "The Journal of the American Medical Association" = "jama",
|
||||
# "The Lancet"="lancet",
|
||||
# "The New England Journal of Medicine" = "nejm",
|
||||
# "The Quarterly Journal of Economics" = "qjecon")
|
||||
# ),
|
||||
shiny::uiOutput("detail_level"),
|
||||
shiny::uiOutput("strat_var"),
|
||||
shiny::helpText(i18n$t("Only factor/categorical variables are available for stratification. Go back to the 'Prepare' tab to reclass a variable if it's not on the list.")),
|
||||
shiny::conditionalPanel(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue