file_ext: character choice of "shp" for spatial data and "dbf" for non-spatial. optional
approve_all_dl: logical blanket approval to download all missing data. Defaults to TRUE if session is non-interactive
force_dl: logical force a re-download of the requested data
temporary: logical set FALSE to save data to a persistent rappdirs location
pretty: more minimal pretty printing st_read relative to "quiet"
wkt_filter: character. WKT spatial filter for selection. See sf::st_read
...: parameters passed on to sf::st_read
Returns
spatial object
Details
This function will ask the user to approve downloading missing data unless approve_all_dl is set to TRUE. Output of this function is saved in active memory (memoized) to speed up repeated function calls.