Skip to content

Commit 9e320a7

Browse files
committed
improve line length
1 parent c7538a4 commit 9e320a7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ head(bird_cube_belgium)
104104
For non-tabular resources (e.g. spatial or raster data), use packages like `sf` or `terra` directly.
105105

106106
```{r}
107-
mgrs10_belgium <- sf::st_read("https://zenodo.org/records/15181098/files/mgrs10_refgrid_belgium.geojson",
108-
quiet = TRUE)
107+
mgrs10_belgium <- sf::st_read(
108+
"https://zenodo.org/records/15181098/files/mgrs10_refgrid_belgium.geojson",
109+
quiet = TRUE)
109110
head(mgrs10_belgium)
110111
```
111112

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ For non-tabular resources (e.g. spatial or raster data), use packages
106106
like `sf` or `terra` directly.
107107

108108
``` r
109-
mgrs10_belgium <- sf::st_read("https://zenodo.org/records/15181098/files/mgrs10_refgrid_belgium.geojson",
110-
quiet = TRUE)
109+
mgrs10_belgium <- sf::st_read(
110+
"https://zenodo.org/records/15181098/files/mgrs10_refgrid_belgium.geojson",
111+
quiet = TRUE)
111112
head(mgrs10_belgium)
112113
#> Simple feature collection with 6 features and 1 field
113114
#> Geometry type: POLYGON

0 commit comments

Comments
 (0)