Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: work on manual #177

Merged
merged 10 commits into from
Nov 7, 2024
Prev Previous commit
Next Next commit
docs: description and safer example for emodnet_init_wfs_client()
  • Loading branch information
maelle committed Nov 7, 2024
commit d8522cdb64510d08683232971f91437a5e1bc459
6 changes: 3 additions & 3 deletions R/client.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#' Initialise an EMODnet WFS client
#'
#' Connect to a data source (service)
#'
#' @param service the EMODnet OGC WFS service name.
#' For available services, see [`emodnet_wfs()`].
#' @param service_version `r lifecycle::badge('deprecated')`
Expand All @@ -13,10 +15,8 @@
#' @export
#'
#' @seealso `WFSClient` in package `ows4R`.
#' @examples
#' \dontrun{
#' @examplesIf interactive()
#' wfs <- emodnet_init_wfs_client(service = "bathymetry")
#' }
emodnet_init_wfs_client <- function(service,
service_version = NULL,
logger = NULL) {
Expand Down
6 changes: 3 additions & 3 deletions man/emodnet_init_wfs_client.Rd

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

Loading