Skip to content

Commit 283138b

Browse files
committed
chore: rename ui/srv_teal_transform_data to ui/srv_transform_teal_data
1 parent e367a53 commit 283138b

16 files changed

+58
-58
lines changed

R/tm_g_scatterplotmatrix.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ ui_g_scatterplotmatrix <- function(id, ...) {
249249
is_single_dataset = is_single_dataset_value
250250
),
251251
tags$hr(),
252-
ui_teal_transform_data(ns("decorator"), transformators = args$decorators),
252+
ui_transform_teal_data(ns("decorator"), transformators = args$decorators),
253253
teal.widgets::panel_group(
254254
teal.widgets::panel_item(
255255
title = "Plot settings",
@@ -433,7 +433,7 @@ srv_g_scatterplotmatrix <-
433433
qenv
434434
})
435435

436-
decorated_output_q <- srv_teal_transform_data(id = "decorator", data = output_q, transformators = decorators)
436+
decorated_output_q <- srv_transform_teal_data(id = "decorator", data = output_q, transformators = decorators)
437437
decorated_output_plot_q <- reactive(within(decorated_output_q(), print(plot)))
438438
plot_r <- reactive({
439439
req(output_q()) # Ensure original errors are displayed

man/tm_a_pca.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tm_a_regression.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tm_data_table.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)