Skip to content

Commit 093b2d7

Browse files
authored
Apply suggestions from code review
Signed-off-by: Marcin <[email protected]>
1 parent 4f7edfd commit 093b2d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/tm_missing_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,7 +1403,7 @@ srv_missing_data <- function(id,
14031403
decorated_final_q <- reactive({
14041404
sum_type <- req(input$summary_type)
14051405
if (sum_type == "Summary") {
1406-
decorated_output_summary_plot_dims_q()
1406+
decorated_summary_plot_dims_q()
14071407
} else if (sum_type == "Combinations") {
14081408
decorated_combination_plot_dims_q()
14091409
} else if (sum_type == "By Variable Levels") {

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ select_decorators <- function(decorators, scope) {
365365
}
366366

367367
#' Set the attributes of the last chunk outputs
368-
#' @param data (`teal_card`) object to modify.
368+
#' @param teal_card (`teal_card`) object to modify.
369369
#' @param attributes (`list`) of attributes to set on the last chunk outputs.
370370
#' @param n (`integer(1)`) number of the last element of `teal_card` to modify.
371371
#' it will only change `chunk_output` objects.

0 commit comments

Comments
 (0)