html_tags | R Documentation |
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]]
default_tags(local = TRUE)
basic_tags()
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). |
str(default_tags())
str(basic_tags())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.