Learn R Programming

dqshiny (version 0.0.3)

init: Initializes dqshiny

Description

Can be used inside the shinyUI to add dq shiny resource path. Will be automatically called by loading the package and using any of the dqshiny elements.

Usage

init()

Arguments

Value

dqshiny CSS and JS dependency

Examples

Run this code
# NOT RUN {
## Only run examples in interactive R sessions
if (interactive()) {

library(shiny)
shinyApp(
  ui = fluidPage(
    init()
  ),
  server = function(input, output) {}
)

}
# }

Run the code above in your browser using DataLab