Description Usage Arguments Author(s) Examples
start phuse web appllication framework.
1 2 3 4 | 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)
|
n |
Example number |
pkg |
package name |
pt |
Port number |
lb |
define the browser- shiny.launch.browser |
ht |
define the host or ip address |
dm |
display modes are auto, normal or showcase |
msg_lvl |
message level |
Hanming Tu
1 2 3 4 5 6 | ## Not run:
library(phuse)
start_phusee() # default to "02_display"
start_phuse(1) # start "01_html"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.