- Fork this repo and clone it to your computer.
- Open
AFS_database_code.Rprojin Rstudio. - If prompted, run
renv::restore()to synchronize this project's renv. - Run
app/download_map_data.Rto download the shapefile needed to render the maps. - If you do not have access to the standardized fish records location file
app/sites.csv, toggle the comments at lines 76-88 ofapp/app.Rto read inapp/toy_locs.csvto the object namedlocsinstead. This will remove the dots plotted in the map on the "Explore" tab, but will not otherwise affect the app's functionality. - Open
app.Rand select "Run App".