htmlize_title: Add html styling to page or section title.

View source: R/htmlize.R

htmlize_titleR Documentation

Add html styling to page or section title.

Description

Make the title bigger, emphasized and blue colored.

Usage

htmlize_title(title, type = "page")

Arguments

title

String. Title of a page or a section.

type

String. Either 'page' (default) or 'section'.

Value

HTML code wrapped around the input title.

Examples

htmlize_title("This app is designed for Line Optimization", type = 'page')
htmlize_title("Simulate Tab", type = 'section')

cabaceo/shinymod documentation built on Sept. 8, 2023, 12:23 p.m.