Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions episodes/06-vector-open-shapefile-in-r.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ into a single plot.

## Import Vector Data

We will use the `sf` package to work with vector data in R. We will also use
the `terra` package, which has been loaded in previous episodes, so we can
We will use the `sf` package to work with vector data in R. `sf` stands for simple features.
We will also use the `terra` package, which has been loaded in previous episodes, so we can
explore raster and vector spatial metadata using similar commands. Make sure
you have the `sf` library loaded.

Expand Down
Loading