Skip to content

Commit 229def2

Browse files
authored
Update R/tm_a_pca.R
Signed-off-by: André Veríssimo <[email protected]>
1 parent 83e41a5 commit 229def2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

R/tm_a_pca.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,10 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
436436
qenv <- reactive({
437437
obj <- data()
438438
teal.reporter::teal_card(obj) <- append(teal.reporter::teal_card(obj), "# Principal Component Analysis", after = 0)
439-
teal.reporter::teal_card(obj) <- c(teal.reporter::teal_card(obj), "## Module's code")
439+
teal.reporter::teal_card(obj) <- c(
440+
teal.reporter::teal_card(obj),
441+
"## Module's code"
442+
)
440443
teal.code::eval_code(obj, 'library("ggplot2");library("dplyr");library("tidyr")') # nolint: quotes.
441444
})
442445
anl_merged_q <- reactive({

0 commit comments

Comments
 (0)