quarto-blog/posts/2022-07-28_making-maps-in-R/making-maps-in-r.qmd
2023-10-12 10:33:35 -04:00

18 lines
344 B
Text

---
title: "Making Maps in R"
subtitle: |
A short description of the post.
date: 2022-07-28
draft: true
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```
Distill is a publication format for scientific and technical writing, native to the web.
Learn more about using Distill at <https://rstudio.github.io/distill>.