Sidenote: Accessing Package Documentation

By now you’ve seen some of the documentation for the packages we’re using as I access it during our lesson. This lesson will show you more specifically how you can access documentation from within RStudio.

Additional Resources for sf and tmap packages
sf: https://r-spatial.github.io/sf/articles/sf1.html
tmap: https://r-tmap.github.io/tmap/

library(help = 'sf)

vignette('sf1')

library(help = 'tmap')
vignette('tmap-getstarted')
?st_write