diff --git a/episodes/10-explore-and-plot-by-vector-layer-attributes.Rmd b/episodes/10-explore-and-plot-by-vector-layer-attributes.Rmd index 78a9c82..70fd766 100644 --- a/episodes/10-explore-and-plot-by-vector-layer-attributes.Rmd +++ b/episodes/10-explore-and-plot-by-vector-layer-attributes.Rmd @@ -146,7 +146,7 @@ factor(point_Delft$leisure) %>% head(n = 3) ``` -3. To see a list of all attribute names and answer the last question, we can use the `names()` function. +3. To see a list of all fields names and answer the last question, we can use the `names()` function. ```{r points-names} names(point_Delft)