Skip to content

Commit

Permalink
docs: description and safer example for layer_attribute_descriptions()
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Nov 5, 2024
1 parent 9ac3307 commit e6b33a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/layer_attributes.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@ layer_attributes_summarise <- function(wfs = NULL,

#' Get layer attribute description
#'
#' Variables available in a dataset (layer) from a data source (service).
#'
#' @inheritParams emodnet_init_wfs_client
#' @inheritParams emodnet_get_wfs_info
#' @inheritParams layer_attributes_summarise
#'
#' @return data.frame containing layer attribute descriptions (metadata).
#' @export
#'
#' @examples
#' \dontrun{
#' @examplesIf interactive()
#' layer_attribute_descriptions(
#' service = "biology",
#' layer = "mediseh_zostera_m_pnt"
#' )
#' }
layer_attribute_descriptions <- function(wfs = NULL,
service = NULL,
service_version = NULL, layer) {
Expand Down
6 changes: 3 additions & 3 deletions man/layer_attribute_descriptions.Rd

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

0 comments on commit e6b33a9

Please sign in to comment.