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.
# NOT RUN {## Only run examples in interactive R sessionsif (interactive()) {
library(shiny)
shinyApp(
ui = fluidPage(
init()
),
server = function(input, output) {}
)
}
# }