@@ -69,7 +69,7 @@ quickly iterate the decoration you want.
6969Here's an example to showcase how you can edit an output of class ` ElementaryTable ` .
7070` rtables ` modifiers like ` rtables::insert_rrow ` can be applied to modify this object.
7171
72- ``` {r decorate_ElementaryTable}
72+ ``` {r decorate_ElementaryTable, message=FALSE }
7373library(teal.modules.general)
7474
7575data <- teal_data(join_keys = default_cdisc_join_keys[c("ADSL", "ADRS")])
@@ -155,7 +155,7 @@ knitr::include_url(url, height = "800px")
155155Here's an example to showcase how you can edit an output of class ` ggplot ` .
156156You can extend them using ` ggplot2 ` functions.
157157
158- ``` {r decorate_ggplot}
158+ ``` {r decorate_ggplot, message=FALSE }
159159library(teal.modules.general)
160160
161161data <- teal_data(join_keys = default_cdisc_join_keys[c("ADSL", "ADRS")])
@@ -239,7 +239,7 @@ knitr::include_url(url, height = "800px")
239239Here's an example to showcase how you can edit an output of class ` grob ` .
240240You can extend them using ` grid ` and ` gridExtra ` functions.
241241
242- ``` {r decorate_grob}
242+ ``` {r decorate_grob, message=FALSE }
243243library(teal.modules.general)
244244
245245data <- teal_data(join_keys = default_cdisc_join_keys[c("ADSL", "ADRS")])
@@ -430,7 +430,7 @@ knitr::include_url(url, height = "800px")
430430Here's an example to showcase how you can edit an output of class ` trellis ` .
431431` rtables ` modifiers like ` rtables::insert_rrow ` can be applied to modify this object.
432432
433- ``` {r decorate_trellis}
433+ ``` {r decorate_trellis, message=FALSE }
434434library(teal.modules.general)
435435
436436data <- teal_data(join_keys = default_cdisc_join_keys[c("ADSL", "ADRS")])
0 commit comments