Shiny is an R package that makes it easy to build interactive web apps straight from R. You can launch an R Shiny Cloud Workstation by selecting the 'Cloud Workstation' dropdown and selecting R Shiny:
Once you've navigated to the directory with your shiny code, you can run your app:
General notes:
Leaving a Cloud Workstation running will continuously use quota; click 'Shut Down Cloud Workstation' to close the session.
Changes to files in the /code and /data folders in a Cloud Workstation session will be synced back to your capsule. Any changes to /results or the environment will not be. Please record changes you made to either, and re-implement them in a non-cloud-workstation session, if you wish to save them.