nicoFhahn / making_maps_with_r

22 stars 13 forks source link

Making Maps with R

Introduction

This repository hosts the code underlying Making Maps with R, a short book written by me with a lot of help by me, too. The online version of this book is free to read at https://bookdown.org/nicohahn/making_maps_with_r5

Contributing

If you want to contribute, you can

Reproducing the book

To build a local version of the book, siimply run the code below:

bookdown::render_book("index.Rmd") # to build the book
browseURL("_book/index.html") # to view it