Learn R Programming

shinyscholar (version 0.2.5)

run_shinyscholar: Run shinyscholar Application

Description

This function runs the shinyscholar application in the user's default web browser.

Usage

run_shinyscholar(
  launch.browser = TRUE,
  port = getOption("shiny.port"),
  load_file = NULL
)

Value

No return value, called for side effects

Arguments

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

Author

Jamie Kass jkass@gradcenter.cuny.edu

Gonzalo E. Pinilla-Buitrago gpinillabuitrago@gradcenter.cuny.edu

Simon E. H. Smart simon.smart@cantab.net

Examples

Run this code
if(interactive()) {
run_shinyscholar()
}

Run the code above in your browser using DataLab