Learn R Programming

shiny.semantic (version 0.4.0)

prepare_mustache_for_html_template: After applying custom CSS, prepares glue() template to be ready to use with htmltools::htmlTemplate()

Description

After applying custom CSS, prepares glue() template to be ready to use with htmltools::htmlTemplate()

Usage

prepare_mustache_for_html_template(
  styled_html_template = "",
  area_names = c(),
  display_mode = FALSE
)

Arguments

styled_html_template

character

area_names

vector of character

display_mode

boolean - if TRUE it replaces {{}} mustache with <> so they can be displayed in the debug mode

Value

character

Details

This is a helper function used in grid()