| run_example | R Documentation |
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 |
Example name |
pkg |
package name |
port |
Port number |
launch.browser |
define the browser- shiny.launch.browser |
host |
define the host or ip address |
display.mode |
modes are auto, normal or showcase |
Hanming Tu
## Not run:
library(phuse)
run_example("02_display")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.