Skip to content

Commit

Permalink
Update episodes/10-explore-and-plot-by-vector-layer-attributes.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: iurriayanez <152204909+iurriayanez@users.noreply.github.com>
  • Loading branch information
cforgaci and iurriayanez authored Oct 8, 2024
1 parent c6cb570 commit 101fb45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 101fb45

Please sign in to comment.