# NOT RUN {
# run linkspotter on iris example data
data(iris)
tmpCSV<-tempfile(fileext = '.csv')
write.csv(iris, tmpCSV, row.names = FALSE)
lsOutputIrisFromFile<-linkspotterOnFile(file=tmpCSV)
summary(lsOutputIrisFromFile)
# }
# NOT RUN {
# launch the UI
lsOutputIrisFromFile$launchShiny(options=list(port=8000))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab