Skip to content

Commit

Permalink
docs: fix braces
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Sep 4, 2024
1 parent 5b516d4 commit beaab9b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
16 changes: 8 additions & 8 deletions R/layers.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
#' Extended Common Query Language (ECQL) filtering statements
#' (<https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html>).
#' Should be one of:
#' \itemize{
#' \item{character string or character vector of length 1.
#' Filter will be recycled across all layers requested}
#' \item{character vector of length equal to the length of layers.
#'
#' - character string or character vector of length 1.
#' Filter will be recycled across all layers requested.
#' - character vector of length equal to the length of layers.
#' Filter will be matched to layers sequentially.
#' Elements containing `NA` are ignored}
#' \item{named character vector. Each filter will be applied to the layer
#' Elements containing `NA` are ignored
#' - named character vector. Each filter will be applied to the layer
#' corresponding to the filter name.
#' Filters with names that do not correspond to any layers are ignored.
#' Layers without corresponding filters are returned whole }
#' }
#' Layers without corresponding filters are returned whole.
#'
#' @param reduce_layers whether to reduce output layers to a single `sf` object.
# nolint start: line_length_linter
#' @param ... additional vendor parameter arguments passed to
Expand Down
12 changes: 6 additions & 6 deletions man/emodnet_get_layers.Rd

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

0 comments on commit beaab9b

Please sign in to comment.