Skip to main content

html_tags

html_tagsR Documentation

HTML templates#

Description#

A list of 'shiny.tag' objects describing a HTML template. The list must have signature / structure of a named list: [head = [shiny.tag], body = [shiny.tag]]

Usage#

default_tags(local = TRUE)
basic_tags()

Arguments#

localTRUE / FALSE. If TRUE, the R base module is loaded from the local file stored in the package, otherwise, the module is served via a content delivery network (CDN).

Examples#

str(default_tags())
str(basic_tags())