Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Apr 8, 2024
1 parent 074780a commit 4f87460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/geo_amenity_sf.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#' if (any(!sf::st_is_empty(rest_pub))) {
#' ggplot(mad) +
#' geom_sf() +
#' geom_sf(data = rest_pub, aes(color = amenity, shape = amenity))
#' geom_sf(data = rest_pub, aes(color = type, shape = type))
#' }
#' }
geo_amenity_sf <- function(
Expand Down
2 changes: 1 addition & 1 deletion man/geo_amenity_sf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4f87460

Please sign in to comment.