Get summaries of layer attributes (variables)
Source:R/layer_attributes.R
layer_attributes_summarise.Rd
Get summaries of layer attributes (variables)
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()
.
Value
output of summary()
on the attributes (variables) in a given layer
for a given service.
See also
Attributes metadata:
layer_attribute_descriptions()
,
layer_attribute_inspect()
,
layer_attributes_get_names()
,
layer_attributes_tbl()
Examples
layer_attributes_summarise(
service = "biology",
layer = "mediseh_zostera_m_pnt"
)
#> ✔ WFS client created successfully
#> ℹ Service: "https://geo.vliz.be/geoserver/Emodnetbio/wfs"
#> ℹ Version: "2.0.0"
#> gml_id id country
#> Length:54 Min. :0 Length:54
#> Class :character 1st Qu.:0 Class :character
#> Mode :character Median :0 Mode :character
#> Mean :0
#> 3rd Qu.:0
#> Max. :0