Skip to content

Commit 050f777

Browse files
Merge pull request #1165 from cortinah/patch-3
Update 05-geometry-operations.Rmd ("Note:" appears twice)
2 parents 0144d31 + 279ad53 commit 050f777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

05-geometry-operations.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ knitr::kable(sfs_st_cast,
610610
"output type by column."),
611611
caption.short = "Geometry casting on simple feature geometries.",
612612
booktabs = TRUE) |>
613-
kableExtra::add_footnote("Note: Values in parentheses represent the number of features; NA means the operation is not available", notation = "none")
613+
kableExtra::add_footnote("Values in parentheses represent the number of features; NA means the operation is not available", notation = "none")
614614
```
615615

616616
Let's try to apply geometry type transformations on a new object, `multilinestring_sf`, as an example (on the left in Figure \@ref(fig:line-cast)):

0 commit comments

Comments
 (0)