powered by
start phuse web appllication framework.
start_phuse(n = 2, pkg = "phuse", pt = NULL, lb = getOption("shiny.launch.browser", interactive()), ht = getOption("shiny.host", "127.0.0.1"), dm = "normal", msg_lvl = NULL)
Example number
package name
Port number
define the browser- shiny.launch.browser
define the host or ip address
display modes are auto, normal or showcase
message level
# NOT RUN { library(phuse) start_phusee() # default to "02_display" start_phuse(1) # start "01_html" # }
Run the code above in your browser using DataLab