How can I run shiny app in RStudio ?

Hi,
How can I run app MOTE locally in RStudio ?
After library(MOTE) what do I do to launch it ?
https://doomlab.shinyapps.io/mote/

The shiny app they show is not included in the MOTE library.
Its simply an app, that itself calls and uses the MOTE library.
They have multiple such shiny apps here:
doomlab/shiny-server: Shiny Apps from the DOOM Lab (github.com)
Its possible to run the 'MOTE' related app locally, by downloading the lot as a zip. (the green code button).
Unzip this to your folder of choice.
you will need to edit the app.R for the MOTE app, to make the working directory be the path of the MOTE app.
then you can run app.R

Could you please explain how I should do it ?

use setwd() as the first line of app.R, where the argument is the path to the containing folder shiny-server (i.e. the folder which has MOTE in it as a folder)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.