From 9888c73954a20394d7da171acff78f41922879e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Tue, 26 Nov 2024 16:07:30 +0100 Subject: [PATCH] tweaks --- R/emodnet_wfs.R | 10 +++++++--- man/emodnet_wfs.Rd | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/R/emodnet_wfs.R b/R/emodnet_wfs.R index ab4bea9..13bc760 100644 --- a/R/emodnet_wfs.R +++ b/R/emodnet_wfs.R @@ -11,9 +11,13 @@ #' #' @format ## `emodnet_wfs` #' \describe{ -#' \item{emodnet_thematic_lot}{EMODnet disciplinary themes - bathymetry, biology, chemistry, geology, human activities, physics and seabed habitats} -#' \item{service_name}{Name of the specific service. Use in [emodnet_init_wfs_client].} -#' \item{service_url}{[Web Feature Service (WFS)](https://www.ogc.org/publications/standard/wfs/) URL endpoint for accessing the service.} +#' \item{emodnet_thematic_lot}{EMODnet disciplinary themes - bathymetry, +#' biology, chemistry, geology, human activities, physics and seabed habitats} +#' \item{service_name}{Name of the specific service. +#' Use in [emodnet_init_wfs_client].} +#' \item{service_url}{ +#' [Web Feature Service (WFS)](https://www.ogc.org/publications/standard/wfs/) +#' URL endpoint for accessing the service.} #' } #' #' @return Tibble of available EMODnet Web Feature Services diff --git a/man/emodnet_wfs.Rd b/man/emodnet_wfs.Rd index b04eb5b..f6bc020 100644 --- a/man/emodnet_wfs.Rd +++ b/man/emodnet_wfs.Rd @@ -7,9 +7,13 @@ \subsection{\code{emodnet_wfs}}{ \describe{ -\item{emodnet_thematic_lot}{EMODnet disciplinary themes - bathymetry, biology, chemistry, geology, human activities, physics and seabed habitats} -\item{service_name}{Name of the specific service. Use in \link{emodnet_init_wfs_client}.} -\item{service_url}{\href{https://www.ogc.org/publications/standard/wfs/}{Web Feature Service (WFS)} URL endpoint for accessing the service.} +\item{emodnet_thematic_lot}{EMODnet disciplinary themes - bathymetry, +biology, chemistry, geology, human activities, physics and seabed habitats} +\item{service_name}{Name of the specific service. +Use in \link{emodnet_init_wfs_client}.} +\item{service_url}{ +\href{https://www.ogc.org/publications/standard/wfs/}{Web Feature Service (WFS)} +URL endpoint for accessing the service.} } } }