Link to RShiny Dashboard: https://0uexv8-johann-wagner.shinyapps.io/invasive_species_dashboard/
This is a repository to store the R Codebase used to produce the Final Project for DS4B 2023. The details of the Assignment instructions are further down this README.md file.
The invasive_species_dashboard folder contains the entire self-contained RShiny dashboard codebase and data.
The processed_data folder includes:
The raw_data folder includes the seven raw data files. The respective DOIs are listed below:
The screenshots folder contains .png files that are used in final_project.Rmd
The scripts folder contains .R files that load, clean, wrangle, manipulate, and visualise the raw data.
Your task is to:
Ideally, you should choose a combination of dataset and questions/aims that are interesting to you, because the more interesting you find it, the better your work will be!
Version control using Git was trialed for this assignment, as I wanted to learn more about the uses of Pull Requests and Merging Branches. I used SourceTree to visualise all of my commits/pushes/branch merges.