Skip to content

Commit 256e4a3

Browse files
committed
chore: use modifiers
1 parent 268a604 commit 256e4a3

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

R/tm_front_page.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,12 @@
5353
#' footnotes = c("X" = "is the first footnote", "Y is the second footnote"),
5454
#' show_metadata = TRUE
5555
#' )
56-
#' ),
57-
#' header = tags$h1("Sample Application"),
58-
#' footer = tags$p("Application footer"),
56+
#' )
5957
#' )
6058
#'
59+
#' app <- modify_header(app, tags$h1("Sample Application"))
60+
#' app <- modify_footer(app, tags$p("Application footer"))
61+
#'
6162
#' if (interactive()) {
6263
#' shinyApp(app$ui, app$server)
6364
#' }

man/tm_front_page.Rd

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

man/tm_g_distribution.Rd

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

0 commit comments

Comments
 (0)