https://github.com/csaybar/shiny_rgee_template
Deploy shiny & rgee apps using Shinyapps.io
https://github.com/csaybar/shiny_rgee_template
earth-engine rgee shiny shiny-apps
Last synced: 6 months ago
JSON representation
Deploy shiny & rgee apps using Shinyapps.io
- Host: GitHub
- URL: https://github.com/csaybar/shiny_rgee_template
- Owner: csaybar
- License: mit
- Created: 2021-12-16T18:33:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T22:39:26.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T16:55:31.774Z (6 months ago)
- Topics: earth-engine, rgee, shiny, shiny-apps
- Language: R
- Homepage:
- Size: 6.84 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deploying a rgee app to shinyapps.io
https://cesar-aybar.shinyapps.io/rgee_app_demo/
Based on: [**testshiny**](https://github.com/RMHogervorst/testshiny) by [**RMHogervorst**](https://github.com/RMHogervorst).
This template will help you to deploy shiny apps that required rgee. You must proceed as follows:
1) Modify the .Renviron file. Go to 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"
```2) Change section 3 in app.R with your own shiny app.

3) Run deploy.R