Skip to content

Commit

Permalink
fix typo in wfs_sandre() example
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalIrz committed Aug 30, 2024
1 parent 000f31d commit 07f41cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/wfs_sandre.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#'
#' @examples
#' \dontrun{
#' bassins <- sf_sandre(url_wfs = "https://services.sandre.eaufrance.fr/geo/sandre?",
#' bassins <- wfs_sandre(url_wfs = "https://services.sandre.eaufrance.fr/geo/sandre?",
#' couche = "BassinDCE")
#' }
wfs_sandre <- function(url_wfs,
Expand Down
2 changes: 1 addition & 1 deletion man/wfs_sandre.Rd

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

0 comments on commit 07f41cb

Please sign in to comment.