# NOT RUN {
data(iris)
lsOutputIris<-linkspotterComplete(iris)
tmpShinyFolder<-tempdir()
createShinyAppFolder(lsOutputIris,
folderName=file.path(tmpShinyFolder,"myIrisLinkspotterShinyApp1")
)
# }
# NOT RUN {
# launch the shiny app
shiny::runApp(tmpShinyFolder)
# }
Run the code above in your browser using DataLab