build_app_title {teal} | R Documentation |
Build app title with favicon
Description
A helper function to create the browser title along with a logo.
Usage
build_app_title(
title = "teal app",
favicon =
"https://raw.githubusercontent.com/insightsengineering/hex-stickers/main/PNG/nest.png"
)
Arguments
title |
( |
favicon |
( |
Value
A shiny.tag
containing the element that adds the title and logo to the shiny
app.
[Package teal version 0.15.2 Index]