We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb6a9d commit b135b03Copy full SHA for b135b03
R/tm_g_distribution.R
@@ -1355,7 +1355,7 @@ srv_distribution <- function(id,
1355
)
1356
})
1357
1358
- output$summary_table <- DT::renderDataTable(summary_r()[["html"]])
+ output$summary_table <- DT::renderDataTable(summary_r())
1359
1360
tests_r <- reactive({
1361
q <- req(output_test_q())
@@ -1400,7 +1400,7 @@ srv_distribution <- function(id,
1400
1401
1402
1403
- output$t_stats <- DT::renderDataTable(tests_r()[["html"]])
+ output$t_stats <- DT::renderDataTable(tests_r())
1404
1405
# Render R code.
1406
source_code_r <- reactive(teal.code::get_code(req(decorated_output_q())))
0 commit comments