mirror of
https://github.com/agdamsbo/FreesearchR.git
synced 2025-09-12 09:59:39 +02:00
fix error on new data in table 1
This commit is contained in:
parent
262a1316b0
commit
c2b4b34215
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ server <- function(input, output, session) {
|
|||
}
|
||||
})() |>
|
||||
(\(.x){
|
||||
if (input$add_p == "yes") {
|
||||
if (input$add_p == "yes" & !is.null(by.var)) {
|
||||
.x |>
|
||||
gtsummary::add_p() |>
|
||||
gtsummary::bold_p()
|
||||
|
|
Loading…
Add table
Reference in a new issue