init: Initializes dqshiny

Description Usage Value Author(s) Examples

View source: R/init.R

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

1
init()

Value

dqshiny CSS and JS dependency

Author(s)

richard.kunze

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Only run examples in interactive R sessions
if (interactive()) {

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

}

daqana/dqshiny documentation built on Sept. 1, 2020, 4:31 p.m.