Skip to content

An R package that extends Shiny apps over multiple connected windows.

License

Notifications You must be signed in to change notification settings

delosh653/mwshiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mwshiny: Multi-Window Shiny

Overview

mwshiny, or Multi-Window Shiny, is an R package that extends Shiny apps over multiple connected windows. This a development version of the package. For a stable release, please download from CRAN (more information about that here).

Install

To install a stable release from CRAN, enter the following in your R console:

install.packages("mwshiny")

To directly download this unstable release, use the devtools package to install from GitHub:

# if you don't have devtools installed, uncomment the following line:
# install.packages("devtools")
devtools::install_github("delosh653/mwshiny")

Examples

For examples with a simple two-window system, please check out the vignette "mwshiny: Creating a Multi-Window Shiny App", which can be found in the vignettes folder or here. Information on how to find and specify JS and CSS package dependencies can be found in the vignette "Specifying Package JS and CSS Dependencies with mwshiny", again found in the vignettes folder or here.

Further examples were developed for useR! 2019 in Toulouse, and can be found in the repository delosh653/mwshiny-examples, along with the slides presented at that conference. These examples include the a two monitor system, a controller-driving system, and an example in the Rensselaer Campfire.

Contact

Hannah De los Santos / email: [email protected]

About

An R package that extends Shiny apps over multiple connected windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages