Description Usage Arguments Author(s) Examples
run examples stored in the example folder.
1 2 3 4 | 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
1 2 3 4 5 | ## 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.