From 279ad537ea9b15f0e9c19da0a96b0a0f7fb6af51 Mon Sep 17 00:00:00 2001 From: Hernando Cortina Date: Tue, 17 Jun 2025 22:36:29 -0400 Subject: [PATCH] Update 05-geometry-operations.Rmd ("Note:" appears twice) add_footnote() includes the word "Note:" so there is no need to write it. it currently appears twice. --- 05-geometry-operations.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-geometry-operations.Rmd b/05-geometry-operations.Rmd index 64a71443a..1a1c52828 100644 --- a/05-geometry-operations.Rmd +++ b/05-geometry-operations.Rmd @@ -610,7 +610,7 @@ knitr::kable(sfs_st_cast, "output type by column."), caption.short = "Geometry casting on simple feature geometries.", booktabs = TRUE) |> - kableExtra::add_footnote("Note: Values in parentheses represent the number of features; NA means the operation is not available", notation = "none") + kableExtra::add_footnote("Values in parentheses represent the number of features; NA means the operation is not available", notation = "none") ``` 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)):