Given a url to a shapefile in a compressed .zip file, download the file and unzip it into a folder in your working directory.
get_shp(url, folder = "shape")
url to download a shapefile.
what to name the new folder in your working directory containing the shapefile
A folder in your working directory with the shapefile; filepaths are printed to the console.