https://cesar-aybar.shinyapps.io/rgee_app_demo/
Based on: testshiny by RMHogervorst.
This template will help you to deploy shiny apps that required rgee. You must proceed as follows:
- Modify the .Renviron file. Go to https://www.shinyapps.io/admin/#/tokens to get this information.
SHINY_ACC_NAME="your_account_name"
TOKEN="a_token_you_got_from_shinyapps.io"
SECRET="a_secret_you_recieved_fromshinyapps.io"
MASTERNAME="name_of_the_shiny_app"
- Change section 3 in app.R with your own shiny app.
- Run deploy.R