Learn R Programming

shiny.semantic (version 0.4.0)

apply_custom_styles_to_html_template: Format string template (that represents HTML template) with custom CSS styles.

Description

Format string template (that represents HTML template) with custom CSS styles.

Usage

apply_custom_styles_to_html_template(
  html_template = "",
  area_names = c(),
  container_style = "",
  area_styles = list()
)

Arguments

html_template

character

area_names

vector of character

container_style

character

area_styles

list of character

Value

character

Details

This is a helper function used in grid()