html_tags: HTML templates

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

local

TRUE / 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())


sketch documentation built on Oct. 23, 2022, 5:07 p.m.