View source: R/run_shinyscholar.R
run_shinyscholar | R Documentation |
This function runs the shinyscholar application in the user's default web browser.
run_shinyscholar(
launch.browser = TRUE,
port = getOption("shiny.port"),
load_file = NULL
)
launch.browser |
Whether or not to launch a new browser window. |
port |
The port for the shiny server to listen on. Defaults to a random available port. |
load_file |
Path to a saved session file which will be loaded when the app is opened |
No return value, called for side effects
Jamie Kass jkass@gradcenter.cuny.edu
Gonzalo E. Pinilla-Buitrago gpinillabuitrago@gradcenter.cuny.edu
Simon E. H. Smart simon.smart@cantab.net
if(interactive()) {
run_shinyscholar()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.