https://github.com/seanhardison1/vcrshiny
A shiny app for visualizing research data from the Virginia Coast Reserve LTER
https://github.com/seanhardison1/vcrshiny
Last synced: 4 months ago
JSON representation
A shiny app for visualizing research data from the Virginia Coast Reserve LTER
- Host: GitHub
- URL: https://github.com/seanhardison1/vcrshiny
- Owner: seanhardison1
- License: mit
- Created: 2020-04-08T20:51:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-22T12:10:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-13T07:14:56.656Z (8 months ago)
- Language: R
- Homepage: http://vcr.uvadcos.io/
- Size: 3.7 GB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - seanhardison1/vcrshiny - A shiny app for visualizing research data from the Virginia Coast Reserve LTER (R)
README
# vcrshiny
A data package and shiny app for communicating research data collected through the Virginia Coast Reserve Long-Term Ecological Research (VCR LTER) program. Data are queried from the VCR servers and displayed on the app within two hours of data collection at tidal and meteorological stations in Oyster, VA. The app was built using the [golem](https://github.com/ThinkR-open/golem) framework.
Read more about the VCR LTER program [here](https://www.vcrlter.virginia.edu/home2/).
Installation:
```
devtools::install_github("seanhardison1/vcrshiny")
```To access time series of air and water temperatures, precipitation, wind speeds, and tides from the VCR:
```
vcrshiny::vcr_phys_vars
```To run the dev version of this app locally:
```
vcrshiny::run_app()
```