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 8f670b9 commit 36e147dCopy full SHA for 36e147d
R/tm_missing_data.R
@@ -1376,10 +1376,10 @@ srv_missing_data <- function(id,
1376
decorated_summary_plot_dims_q <- set_chunk_dims(pws1, decorated_summary_plot_q)
1377
1378
decorated_combination_plot_dims_q <- # nolint: object_length_linter.
1379
- set_chunk_dims(pws2, decorated_combination_plot_q)
+ set_chunk_dims(pws2, decorated_combination_plot_q)
1380
1381
decorated_by_subject_plot_dims_q <- # nolint: object_length_linter.
1382
- set_chunk_dims(pws3, decorated_by_subject_plot_q)
+ set_chunk_dims(pws3, decorated_by_subject_plot_q)
1383
1384
decorated_final_q <- reactive({
1385
sum_type <- req(input$summary_type)
0 commit comments