Skip to content

lsw5077/cranes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI

Welcome to our crane app!

This app displays variation in sandhill crane distribution over seasons and years. If you wish to view the app online, it is accessible here:

https://pheasant.shinyapps.io/craneGame/

If you would like to download the code and work with it in R, check out this link.

If you would like to run the app from github, we'll need a few R packages. Make sure that you have them installed before we proceed:


install.packages(c(shiny, shinyWidgets, leaflet, maps, tidyverse, lubridate))

Once you have all the packages installed, simply run these lines in the RStudio Console or from a script. It will download the app and display it in a browser window:


library(shiny)
runGitHub(rep = "cranes", username = "lsw5077", ref = "main")

About

This app shows sandhill crane distributions in North America

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages