Chapter 16 Arne data quick load

16.1 Introduction

This handout includes code that will quickly load spatial data for the Arne are into memory.

library(aqm)
library(giscourse)
library(mapview)
library(sf)
library(raster)
data(arne)
mapview(arne_quads) %>% extras()