This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Installing required packages for this template | |
required_packages <- c("here", # find your files | |
"dplyr", # clean/shape data | |
"ggplot2", # create plots and charts | |
"sf", # encode spatial vector data | |
"raster", # get and plot GADM shapefiles | |
"ggspatial") # get and plot base maps | |