diff --git a/R/info.R b/R/info.R index 2c42920..c4a2ce3 100644 --- a/R/info.R +++ b/R/info.R @@ -78,6 +78,11 @@ emodnet_get_layer_info <- memoise::memoise(.emodnet_get_layer_info) } #' Get WFS available layer information #' +#' Metadata about data available from the different services: +#' data (layers) from a data source (service), +#' metadata on layers from a service, +#' metadata on layers from all services. +#' #' @param wfs A `WFSClient` R6 object with methods for interfacing an #' OGC Web Feature Service. From [`emodnet_init_wfs_client()`]. #' @inheritParams emodnet_init_wfs_client diff --git a/man/emodnet_get_wfs_info.Rd b/man/emodnet_get_wfs_info.Rd index fd44a2f..2c03177 100644 --- a/man/emodnet_get_wfs_info.Rd +++ b/man/emodnet_get_wfs_info.Rd @@ -31,7 +31,10 @@ a tibble containing metadata on each layer available from the service. } \description{ -Get WFS available layer information +Metadata about data available from the different services: +data (layers) from a data source (service), +metadata on layers from a service, +metadata on layers from all services. } \details{ To minimize the number of requests sent to webservices,