Learn R Programming

shiny.semantic (version 0.4.2)

shiny.semantic: Semantic UI wrapper for Shiny

Description

With this library it<U+2019>s easy to wrap Shiny with Semantic UI components. Add a few simple lines of code and some CSS classes to give your UI a fresh, modern and highly interactive look.

Arguments

Options

There are a number of global options that affect shiny.semantic as well as Shiny behavior.The options can be set globally with `options()`

shiny.custom.semantic.cdn (defaults is internal CDN)

This controls from where the css and javascripts will be downloaded.

shiny.semantic.local (defaults to `FALSE`)

This allows to use only local dependency.

shiny.custom.semantic (defaults to `NULL`)

This allows to set custom local path to semantic dependencies.

shiny.minified (defaults to `TRUE`)

Defines including JavaScript as a minified or un-minified file.