Learn R Programming

shinyreforms (version 0.0.1)

shinyReformsPage: Adds a shinyreforms dependency to a tag object.

Description

Adds a shinyreforms dependency to a tag object.

Usage

shinyReformsPage(htmlTag)

Arguments

htmlTag

A shiny HTML tag.

Value

The input htmlTag with the shinyreforms.css dependency added.

Examples

Run this code
# NOT RUN {
if(interactive()){
shinyReformsPage(shiny::fluidPage(...))
}
# }

Run the code above in your browser using DataLab