# NOT RUN {
## Only run examples in interactive R sessions
if (interactive()) {
library(shiny)
addResourcePath("images", system.file("www", "img", package = "dqshiny"))
shinyApp(
ui = fluidPage(
dq_icon("table", size = "4x"),
dq_icon("check", color = "red", lib = "glyphicon", size = "2x"),
dq_icon("phone", bg_color = "green", size = "lg"),
dq_icon("images/logo_daqana.svg", size = "3x")
),
server = function(input, output, session) {}
)
}
# }
Run the code above in your browser using DataLab