Opens the shiny application that allows you to explore a CSV file or a data.frame stored in a Rdata file.
explore(...)
Additional arguments passed to runApp.
The Shiny application is opened in your browser. To stop the function from running you have to cancel the command using ctrl + c or the equivalent shortcut in your system.
This function runs the Shiny application including in this package. It is basically a wrapper for runApp.
For more information on what a Shiny app is check http://shiny.rstudio.com/
if (FALSE) {
## Open the Shiny application
explore()
## Remember to cancel the command to get back to the R console once you are done analyzing your own data.
}