powered by
run examples stored in the example folder.
run_example(example = NA, pkg = "phuse", port = NULL, launch.browser = getOption("shiny.launch.browser", interactive()), host = getOption("shiny.host", "127.0.0.1"), display.mode = c("auto", "normal", "showcase"))
Example name
package name
Port number
define the browser- shiny.launch.browser
define the host or ip address
modes are auto, normal or showcase
# NOT RUN { library(phuse) run_example("02_display") # }
Run the code above in your browser using DataLab