R/4_1_mod_theming.R

# mod_themingui <- function(id){
#   ns <- NS(id)
#   tagList(
#     column(
#       3,
#       h2("html_book"),
#       radioButtons(
#         ns("html_themes"),
#         "html_book themes",
#         choices = c("default", "cerulean", "journal", "flatly", "darkly", "readable","spacelab",
#                     "united","cosmo", "lumen","paper","sandstone","simplex","yeti", "null")
#       )
#     )
#   )
# }
#
# mod_theming <- function(input, output, session, r){
#   ns <- session$ns
# }
ColinFay/backyard documentation built on June 29, 2019, 3:54 p.m.