Description Usage Arguments Author(s) Examples
start R Shiny apps included in this package.
1 2 3 4 |
app_name |
app or script name |
n |
app 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 |
loc |
location of the scirpt: local|github; default to 'local' |
Hanming Tu
1 2 3 4 5 | if(interactive()){
library(genTS)
start_appe() # default to "02_display"
start_app(1) # start "01_html"
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.