Skip to content

Commit 6f7ee34

Browse files
committed
restructure sections
1 parent 84871a5 commit 6f7ee34

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

R/tm_a_pca.R

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
435435
c(
436436
teal.reporter::teal_card("# Principal Component Analysis"),
437437
teal.reporter::teal_card(obj),
438-
teal.reporter::teal_card("## Module's code")
438+
teal.reporter::teal_card("## Module's output(s)")
439439
)
440440
teal.code::eval_code(obj, 'library("ggplot2");library("dplyr");library("tidyr")') # nolint: quotes
441441
})
@@ -514,7 +514,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
514514
)
515515
)
516516

517-
teal.reporter::teal_card(qenv) <- c(teal.reporter::teal_card(qenv), "## Principal Components Table")
517+
teal.reporter::teal_card(qenv) <- c(teal.reporter::teal_card(qenv), "### Principal Components Table")
518518

519519
qenv <- teal.code::eval_code(
520520
qenv,
@@ -524,7 +524,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
524524
})
525525
)
526526

527-
teal.reporter::teal_card(qenv) <- c(teal.reporter::teal_card(qenv), "## Eigenvectors Table")
527+
teal.reporter::teal_card(qenv) <- c(teal.reporter::teal_card(qenv), "### Eigenvectors Table")
528528

529529
teal.code::eval_code(
530530
qenv,
@@ -606,7 +606,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
606606
),
607607
ggtheme = ggtheme
608608
)
609-
teal.reporter::teal_card(base_q) <- c(teal.reporter::teal_card(base_q), "## Elbow plot")
609+
teal.reporter::teal_card(base_q) <- c(teal.reporter::teal_card(base_q), "### Elbow plot")
610610
teal.code::eval_code(
611611
base_q,
612612
substitute(
@@ -683,7 +683,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
683683
ggtheme = ggtheme
684684
)
685685

686-
teal.reporter::teal_card(base_q) <- c(teal.reporter::teal_card(base_q), "## Circle plot")
686+
teal.reporter::teal_card(base_q) <- c(teal.reporter::teal_card(base_q), "### Circle plot")
687687
teal.code::eval_code(
688688
base_q,
689689
substitute(
@@ -742,7 +742,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
742742
size <- input$size
743743
font_size <- input$font_size
744744

745-
teal.reporter::teal_card(base_q) <- c(teal.reporter::teal_card(base_q), "## Biplot")
745+
teal.reporter::teal_card(base_q) <- c(teal.reporter::teal_card(base_q), "### Biplot")
746746
qenv <- teal.code::eval_code(
747747
qenv,
748748
substitute(
@@ -1003,7 +1003,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
10031003
parsed_ggplot2_args$theme
10041004
)
10051005

1006-
teal.reporter::teal_card(base_q) <- c(teal.reporter::teal_card(base_q), "## Eigenvector plot")
1006+
teal.reporter::teal_card(base_q) <- c(teal.reporter::teal_card(base_q), "### Eigenvector plot")
10071007
teal.code::eval_code(
10081008
base_q,
10091009
substitute(

0 commit comments

Comments
 (0)