Names of variables (attributes) available from a dataset (layer) in a data source (service).
Source:R/layer_attributes.R
layer_attributes_get_names.Rd
Names of variables (attributes) available from a dataset (layer) in a data source (service).
Arguments
- wfs
A
WFSClient
R6 object with methods for interfacing an OGC Web Feature Service. Fromemodnet_init_wfs_client()
.- service
the EMODnet OGC WFS service name. For available services, see
emodnet_wfs()
.- service_version
- layer
character sting of layer name. To get info on layers, including
layer_name
useemodnet_get_wfs_info()
.
See also
Attributes metadata:
layer_attribute_descriptions()
,
layer_attribute_inspect()
,
layer_attributes_summarise()
,
layer_attributes_tbl()