You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "Explore and Plot by Vector Layer Attributes" episode, the dplyr package is required in order to run "Subset Features" section. This information is not included on the page at the moment. It only mentions sf library.
In the "Explore and Plot by Vector Layer Attributes" episode, the dplyr package is required in order to run "Subset Features" section. This information is not included on the page at the moment. It only mentions sf library.
footpath_HARV <- lines_HARV %>%
filter(TYPE == "footpath")
The text was updated successfully, but these errors were encountered: