Skip to content

Commit

Permalink
Correct example
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed May 20, 2024
1 parent 801df8f commit b5e2cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/gisco_get_healthcare.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#' health_BEL <- gisco_get_healthcare(country = "Belgium")
#'
#' # Plot if downloaded
#' if (nrow(edu_BEL) > 3) {
#' if (nrow(health_BEL) > 3) {
#' library(ggplot2)
#' ggplot(health_BEL) +
#' geom_sf(aes(color = emergency))
Expand Down
2 changes: 1 addition & 1 deletion man/gisco_get_healthcare.Rd

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

0 comments on commit b5e2cee

Please sign in to comment.