# NOT RUN {
# list all options
spsDepend("")
# try some options
spsDepend("basic")
spsDepend("font-awesome")
# Then add it to your shiny app
if(interactive()){
library(shiny)
ui <- fluidPage(
tags$i(class = "fa fa-home"),
spsDepend("font-awesome")
)
server <- function(input, output, session) {
}
shinyApp(ui, server)
}
# }
Run the code above in your browser using DataLab