Skip to content

steffilazerte/weathercan_shiny

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weathercan and Shiny

This app demonstrates how data downloaded via weathercan can be explored through a Shiny app.

You can view the app live here: https://steffilazerte.shinyapps.io/weathercan_shiny/

Alternatively, you can modify the data and display by playing around with the code in this repository.

  • The data is prepared in get_data.R with the following packages:

    install.packages("weathercan", "dplyr", "stringr", "sf", "janitor",
                     "rnaturalearth")
  • The shiny app relies on the following packages:

    install.packages(c("shiny", "shinydashboard", "ggplot2", "dplyr", "leaflet", 
                       "sf", "glue", "DT", "ggiraph"))
    
  • DEPLOY.R is a quick deployment to shinyapps.io (provided you have setup access)

About

Exampl shiny app for looking at data from weathercan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages