Skip to content

Commit

Permalink
Do not show messages in episode 9
Browse files Browse the repository at this point in the history
  • Loading branch information
cforgaci committed Feb 18, 2024
1 parent 0845885 commit 825d3c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/09-open-and-plot-vector-layers.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ In this lesson you will work with the `sf` package. Note that the `sf` package h

First we need to load the packages we will use in this lesson. We will use the `tidyverse` package with which you are already familiar from the previous lesson. In addition, we need to load the [`sf`](https://r-spatial.github.io/sf/) package for working with spatial vector data.

```{r lib, message=FALSE}
```{r lib, warning=FALSE, message=FALSE}
library(tidyverse) # wrangle, reshape and visualize data
library(sf) # work with spatial vector data
```
Expand Down

0 comments on commit 825d3c9

Please sign in to comment.