Skip to content

Commit

Permalink
Remove whitespaces etc
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaCartuyvels1 committed May 16, 2024
1 parent 57d6be8 commit dc298ee
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions source/pilot_2024.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ library(here)
```

```{r}
steekproef_mas_zand <- read_sf(here("data", "steekproef_zandstreek_avimap.geojson"))
steekproef_mas_zand <- read_sf(here("data",
"steekproef_zandstreek_avimap.geojson"))
```


Expand All @@ -30,8 +31,8 @@ selectie_punten <- c("Zn_39774.9", "Zn_35328.1.2", "Zn_18968.1", "Zn_29251.2.1",
```

```{r}
pilot_monipolli <- steekproef_mas_zand |>
filter(pointid %in% selectie_punten) |>
pilot_monipolli <- steekproef_mas_zand |>
filter(pointid %in% selectie_punten) |>
st_write("punten_2024.shp")
```

0 comments on commit dc298ee

Please sign in to comment.