htmlize_title | R Documentation |
Make the title bigger, emphasized and blue colored.
htmlize_title(title, type = "page")
title |
String. Title of a page or a section. |
type |
String. Either 'page' (default) or 'section'. |
HTML code wrapped around the input title.
htmlize_title("This app is designed for Line Optimization", type = 'page')
htmlize_title("Simulate Tab", type = 'section')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.