Skip to content

BIADcore/BIADminishiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIAD Mini Shiny:

It's mini, it's shiny, it's BIADMINISHINY!

Install the app

To use this app you will need to have credential to access BIAD and install a bunch of package. First the BIADconnect package, and a few shiny-related ones.

Running the app

There are multiple ways to define/run a shiny app, I went for the the run shiny app from a folder way. Which meen we need a folder with server.R and ui.R

To run the shiny app this way one need to run:

Rscript -e "shiny::shinyAppDir('.',options=list(port=1112))" #I like to use the port option, if you don't specify it shiny create a different port each time, ennoying for debbuging

About

A minimal shiny app to interact with BIAD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages