layer_attributes_tbl: Possible values of variables (attributes) in a dataset...

View source: R/layer_attributes.R

layer_attributes_tblR Documentation

Possible values of variables (attributes) in a dataset (layer) from a data source (service).

Description

Get layer attribute values tibble

Usage

layer_attributes_tbl(wfs = NULL, service = NULL, service_version = NULL, layer)

Arguments

wfs

A WFSClient R6 object with methods for interfacing an OGC Web Feature Service. From emodnet_init_wfs_client().

service

the EMODnet OGC WFS service name. For available services, see emodnet_wfs().

service_version

[Deprecated] the WFS service version. Now always "2.0.0".

layer

character sting of layer name. To get info on layers, including layer_name use emodnet_get_wfs_info().

Details

Request excluding spatial information can be significantly faster. Can be useful for inspecting attribute values and constructing feature filters for more targeted and faster layer download.

Value

tibble of layer attribute (variable) values with geometry column removed.

See Also

Attributes metadata: layer_attribute_descriptions(), layer_attribute_inspect(), layer_attributes_get_names(), layer_attributes_summarise()

Examples


layer_attributes_tbl(service = "biology", layer = "mediseh_zostera_m_pnt")


EMODnet/EMODnetWFS documentation built on June 14, 2025, 2:16 p.m.