Interactive data exploration is useful for
Two main parts:
server.Rui.R# Print the directory containing the code for all examples
system.file("examples", package="shiny")
# Run one of the examples
runExample("01_hello")
server.R and ui.R filesserver.R and ui.Rlibrary(shiny)runApp()